diff options
author | Len Brown <len.brown@intel.com> | 2006-06-15 21:31:17 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-06-15 21:31:17 -0400 |
commit | bf891bd65de65284f3964216fcde493dba5149db (patch) | |
tree | 082056dd77fa9599034424c46ef8a67f93565e89 /drivers/acpi/asus_acpi.c | |
parent | de59e3aa6eda7fc7cd6c717f084930f6a841b602 (diff) | |
parent | 9c576ff1bc9ab42d06457e68e39c121481138562 (diff) |
Pull trivial2 into release branch
Diffstat (limited to 'drivers/acpi/asus_acpi.c')
-rw-r--r-- | drivers/acpi/asus_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/asus_acpi.c b/drivers/acpi/asus_acpi.c index 90eb3c5a15ca..839f423d738d 100644 --- a/drivers/acpi/asus_acpi.c +++ b/drivers/acpi/asus_acpi.c | |||
@@ -1245,7 +1245,7 @@ static int __init asus_acpi_init(void) | |||
1245 | if (!asus_hotk_found) { | 1245 | if (!asus_hotk_found) { |
1246 | acpi_bus_unregister_driver(&asus_hotk_driver); | 1246 | acpi_bus_unregister_driver(&asus_hotk_driver); |
1247 | remove_proc_entry(PROC_ASUS, acpi_root_dir); | 1247 | remove_proc_entry(PROC_ASUS, acpi_root_dir); |
1248 | return -ENODEV; | 1248 | return result; |
1249 | } | 1249 | } |
1250 | 1250 | ||
1251 | return 0; | 1251 | return 0; |