diff --git a/[refs] b/[refs] index 05a54a7945ff..d2b12ba1f033 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a21101c46ca5b4320e31408853cdcbf7cb1ce4ed +refs/heads/master: 7f10cc4e838c2b2d7272031954c56c407569d497 diff --git a/trunk/drivers/acpi/video.c b/trunk/drivers/acpi/video.c index 6cb3e7b12145..d05891f16282 100644 --- a/trunk/drivers/acpi/video.c +++ b/trunk/drivers/acpi/video.c @@ -417,7 +417,6 @@ acpi_video_device_lcd_set_level(struct acpi_video_device *device, int level) arg0.integer.value = level; status = acpi_evaluate_object(device->dev->handle, "_BCM", &args, NULL); - printk(KERN_DEBUG "set_level status: %x\n", status); return status; }