The patch titled acpi: remove "video device notify" message has been added to the -mm tree. Its filename is acpi-removes-video-device-notify-message.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: acpi: remove "video device notify" message From: Jeff Chua <jeff.chua.linux@xxxxxxxxx> Seems to be some left-over debug code. Cc: Len Brown <lenb@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/acpi/video.c | 2 -- 1 files changed, 2 deletions(-) diff -puN drivers/acpi/video.c~acpi-removes-video-device-notify-message drivers/acpi/video.c --- a/drivers/acpi/video.c~acpi-removes-video-device-notify-message +++ a/drivers/acpi/video.c @@ -1770,8 +1770,6 @@ static void acpi_video_device_notify(acp struct acpi_video_device *video_device = data; struct acpi_device *device = NULL; - - printk("video device notify\n"); if (!video_device) return; _ Patches currently in -mm which might be from jeff.chua.linux@xxxxxxxxx are acpi-removes-video-device-notify-message.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