Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119349
b: refs/heads/master
c: 38cfc14
h: refs/heads/master
i:
  119347: c57fc7d
v: v3
  • Loading branch information
Alessandro Guido authored and Len Brown committed Nov 26, 2008
1 parent 449acf9 commit 18bbebd
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: 3bdca1b863c1ebcb2244fc0cb683876d7330e62b
refs/heads/master: 38cfc148e1bc470175b3ad131db7dd7bdcff37ee
2 changes: 1 addition & 1 deletion trunk/drivers/misc/sony-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ static int sony_nc_add(struct acpi_device *device)
goto outinput;
}

if (!acpi_video_backlight_support()) {
if (acpi_video_backlight_support()) {
printk(KERN_INFO DRV_PFX "Sony: Brightness ignored, must be "
"controlled by ACPI video driver\n");
} else if (ACPI_SUCCESS(acpi_get_handle(sony_nc_acpi_handle, "GBRT",
Expand Down

0 comments on commit 18bbebd

Please sign in to comment.