Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88158
b: refs/heads/master
c: 797de7b
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Apr 5, 2008
1 parent 74ff8f8 commit caf9a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6fdf5e67fe8d3c83500dad9acae985132c2459a3
refs/heads/master: 797de7bdb253624c16144f40b72ec65d63cdcca2
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit caf9a01

Please sign in to comment.