]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/acpi/video.c
[IA64] use goto to jump out do/while_each_thread
[linux-2.6-omap-h63xx.git] / drivers / acpi / video.c
index 12fb44f16766f5979be78b031cd16225161e23d3..980a74188781eba10b5372934de94bef0e2a2ea2 100644 (file)
@@ -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;