Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62524
b: refs/heads/master
c: e4d4953
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Renninger authored and Len Brown committed Jun 20, 2007
1 parent e64682e commit bd4fc5c
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: 4d2fafd17a325b3f4f5f9edb1211bc7f4c311269
refs/heads/master: e4d49531dcc2f334205d99614164ea900216b1cb
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/asus_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ static int __init asus_acpi_init(void)
if (!asus_hotk_found) {
acpi_bus_unregister_driver(&asus_hotk_driver);
remove_proc_entry(PROC_ASUS, acpi_root_dir);
return result;
return -ENODEV;
}

asus_backlight_device = backlight_device_register("asus",NULL,NULL,
Expand Down

0 comments on commit bd4fc5c

Please sign in to comment.