commit | e4d49531dcc2f334205d99614164ea900216b1cb | [log] [tgz] |
---|---|---|
author | Thomas Renninger <trenn@suse.de> | Thu Mar 08 17:57:31 2007 +0100 |
committer | Len Brown <len.brown@intel.com> | Wed Jun 20 00:33:04 2007 -0400 |
tree | 7c923e32a7d41413b0d081aa80cd3680b4ad1dee | |
parent | 4d2fafd17a325b3f4f5f9edb1211bc7f4c311269 [diff] |
ACPI: asus_acpi: Do not load if no device has been found asus_acpi_init() has a hack to prevent the driver from loading when asus_hotk_add() fails. However, it was returning the successful return value of acpi_bug_registger_driver() on failure. This caused an oops on unload. Instead it should return -ENODEV. Signed-off-by: Thomas Renninger <trenn@suse.de> Signed-off-by: Len Brown <len.brown@intel.com>