asus-laptop: return proper error for store_ledd if write_acpi_int fail
authorAxel Lin <axel.lin@gmail.com>
Tue, 20 Jul 2010 22:19:48 +0000 (15:19 -0700)
committerMatthew Garrett <mjg@redhat.com>
Tue, 3 Aug 2010 13:49:01 +0000 (09:49 -0400)
commit6a984a06487129f013ee2df6ce98b6cfada1e7b1
treedc71ab1c6c4080663d56b535cadd63da42fad6be
parent9fb866f317def195bb794120e13d1d73c2a94bb2
asus-laptop: return proper error for store_ledd if write_acpi_int fail

In current implementation, store_ledd() does not return error if
write_acpi_int fail.  This patch fixes it by return -ENODEV if
write_acpi_int fail.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Cc: Matthew Garrett <mjg@redhat.com>
Cc: Corentin Chary <corentincj@iksaif.net>
Cc: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/asus-laptop.c