The patch titled SIS USB2VGA Warning fix has been removed from the -mm tree. Its filename was vt-add-color-support-to-the-underline-and-italic-attributes-fix-2.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: SIS USB2VGA Warning fix From: WANG Cong <xiyou.wangcong@xxxxxxxxx> drivers/usb/misc/sisusbvga/sisusb_con.c:1436: warning: initialization from incompatible pointer type Signed-off-by: WANG Cong <xiyou.wangcong@xxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Cc: Jan Engelhardt <jengelh@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/usb/misc/sisusbvga/sisusb_con.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/usb/misc/sisusbvga/sisusb_con.c~vt-add-color-support-to-the-underline-and-italic-attributes-fix-2 drivers/usb/misc/sisusbvga/sisusb_con.c --- a/drivers/usb/misc/sisusbvga/sisusb_con.c~vt-add-color-support-to-the-underline-and-italic-attributes-fix-2 +++ a/drivers/usb/misc/sisusbvga/sisusb_con.c @@ -321,7 +321,7 @@ sisusbcon_deinit(struct vc_data *c) /* interface routine */ static u8 sisusbcon_build_attr(struct vc_data *c, u8 color, u8 intensity, - u8 blink, u8 underline, u8 reverse) + u8 blink, u8 underline, u8 reverse, u8 unused) { u8 attr = color; _ Patches currently in -mm which might be from xiyou.wangcong@xxxxxxxxx are origin.patch partitions-check-the-return-value-of-kobject_add-etc.patch nbd-check-the-return-value-of-sysfs_create_file.patch nbd-check-the-return-value-of-sysfs_create_file-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html