From: Andrew Morton <[EMAIL PROTECTED]>
Cc: Bjorn Helgaas <[EMAIL PROTECTED]>
Cc: "Brown, Len" <[EMAIL PROTECTED]>
Acked-by: Francois Romieu <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/acpi/asus_acpi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN
drivers/acpi/asus_acpi.c~acpi-update-asus_acpi-driver-registration-fix
drivers/acpi/asus_acpi.c
---
devel/drivers/acpi/asus_acpi.c~acpi-update-asus_acpi-driver-registration-fix
2006-06-01 20:17:04.000000000 -0700
+++ devel-akpm/drivers/acpi/asus_acpi.c 2006-06-01 20:17:04.000000000 -0700
@@ -1232,7 +1232,7 @@ static int __init asus_acpi_init(void)
result = acpi_bus_register_driver(&asus_hotk_driver);
if (result < 0) {
remove_proc_entry(PROC_ASUS, acpi_root_dir);
- return -ENODEV;
+ return result;
}
/*
_
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html