The patch titled SIS USB2VGA Warning fix has been added to the -mm tree. Its filename is vt-add-color-support-to-the-underline-and-italic-attributes-fix-2.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 partitions-check-the-return-value-of-kobject_add-etc.patch vt-add-color-support-to-the-underline-and-italic-attributes-fix-2.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