The patch titled fix typo in acpi video brightness changes. has been added to the -mm tree. Its filename is fix-typo-in-acpi-video-brightness-changes.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fix typo in acpi video brightness changes. From: Dave Jones <davej@xxxxxxxxxx> Prevent possible null dereference due to misplaced ; Signed-off-by: Dave Jones <davej@xxxxxxxxxx> Cc: "Brown, Len" <len.brown@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/acpi/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/acpi/video.c~fix-typo-in-acpi-video-brightness-changes drivers/acpi/video.c --- a/drivers/acpi/video.c~fix-typo-in-acpi-video-brightness-changes +++ a/drivers/acpi/video.c @@ -1645,7 +1645,7 @@ static int acpi_video_bus_put_devices(st printk(KERN_WARNING PREFIX "hhuuhhuu bug in acpi video driver.\n"); - if (data->brightness); + if (data->brightness) kfree(data->brightness->levels); kfree(data->brightness); kfree(data); _ Patches currently in -mm which might be from davej@xxxxxxxxxx are origin.patch fix-typo-in-acpi-video-brightness-changes.patch git-agpgart.patch remove-useless-checks-in-cifs-connectc.patch fix-up-funky-logic-in-dvb.patch remove-silly-messages-from-input-layer.patch fix-oddball-boolean-logic-in-s390-netiucv.patch s390-broken-null-test-in-claw-driver.patch fix-ide-locking-error.patch post-halloween-doc.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