提交 e772aed3 编写于 作者: A Al Viro

asus-wmi: ->is_visible() can't return negative

It's mode_t; return 0 (no access) on error.
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 963945bf
......@@ -857,7 +857,7 @@ static mode_t asus_hwmon_sysfs_is_visible(struct kobject *kobj,
int err = asus_wmi_get_devstate(asus, dev_id, &value);
if (err < 0)
return err;
return 0; /* can't return negative here */
}
if (dev_id == ASUS_WMI_DEVID_FAN_CTRL) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册