asus-laptop: Fix is_visible return value

With a Lucid platform, asus_sysfs_is_visible() returned a boolean for
ls_switch and ls_level attributes.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
Vivien Didelot 2015-01-18 18:25:24 -05:00 коммит произвёл Darren Hart
Родитель e8549e2cf3
Коммит 03070e7c9d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1616,7 +1616,7 @@ static umode_t asus_sysfs_is_visible(struct kobject *kobj,
else
goto normal;
return supported;
return supported ? attr->mode : 0;
}
normal: