From caf9a01d80717762c26b5818791996d00353153a Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sat, 5 Apr 2008 12:14:13 -0700 Subject: [PATCH] --- yaml --- r: 88158 b: refs/heads/master c: 797de7bdb253624c16144f40b72ec65d63cdcca2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/acpi/video.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 11ddda4b756b..c4595d8c193f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6fdf5e67fe8d3c83500dad9acae985132c2459a3 +refs/heads/master: 797de7bdb253624c16144f40b72ec65d63cdcca2 diff --git a/trunk/drivers/acpi/video.c b/trunk/drivers/acpi/video.c index 12fb44f16766..980a74188781 100644 --- a/trunk/drivers/acpi/video.c +++ b/trunk/drivers/acpi/video.c @@ -713,7 +713,7 @@ static void acpi_video_device_find_cap(struct acpi_video_device *device) kfree(obj); - if (device->cap._BCL && device->cap._BCM && max_level > 0) { + if (device->cap._BCL && device->cap._BCM && device->cap._BQC && max_level > 0){ int result; static int count = 0; char *name;