diff options
author | Corentin Chary <corentincj@iksaif.net> | 2007-05-06 08:47:29 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-05-10 02:40:36 -0400 |
commit | 832d995029466e12aef66187bc9103487bf7be9f (patch) | |
tree | dd9c3925adf346967465e23eb319481dbec635c2 /drivers | |
parent | e539c2f69ca17f71dd41ba89cde67612a1326c57 (diff) |
asus-laptop: fix light sens init
Fix a stupid light sens detection bug.
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/misc/asus-laptop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/asus-laptop.c b/drivers/misc/asus-laptop.c index f1bab721ff55..b39419cc2983 100644 --- a/drivers/misc/asus-laptop.c +++ b/drivers/misc/asus-laptop.c | |||
@@ -936,7 +936,7 @@ static int asus_hotk_get_info(void) | |||
936 | 936 | ||
937 | /* There is a lot of models with "ALSL", but a few get | 937 | /* There is a lot of models with "ALSL", but a few get |
938 | a real light sens, so we need to check it. */ | 938 | a real light sens, so we need to check it. */ |
939 | if (ASUS_HANDLE_INIT(ls_switch)) | 939 | if (!ASUS_HANDLE_INIT(ls_switch)) |
940 | ASUS_HANDLE_INIT(ls_level); | 940 | ASUS_HANDLE_INIT(ls_level); |
941 | 941 | ||
942 | ASUS_HANDLE_INIT(gps_on); | 942 | ASUS_HANDLE_INIT(gps_on); |