diff --git a/[refs] b/[refs] index 2efe722737fa..887473587c85 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e38f052ba5fd4d3d8eb547e7d0c6bc1143a2babd +refs/heads/master: 9fb866f317def195bb794120e13d1d73c2a94bb2 diff --git a/trunk/drivers/platform/x86/asus-laptop.c b/trunk/drivers/platform/x86/asus-laptop.c index 4af5709f8317..19445eaff6ff 100644 --- a/trunk/drivers/platform/x86/asus-laptop.c +++ b/trunk/drivers/platform/x86/asus-laptop.c @@ -297,7 +297,7 @@ static int write_acpi_int_ret(acpi_handle handle, const char *method, int val, acpi_status status; if (!handle) - return 0; + return -1; params.count = 1; params.pointer = &in_obj;