Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258820
b: refs/heads/master
c: e772aed
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jul 24, 2011
1 parent 51c8c55 commit a63039b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 963945bf93e46b9bf71a07bf9c78183e0f57733a
refs/heads/master: e772aed369779c98f44e83ccd7fb1b713953cd09
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/asus-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a63039b

Please sign in to comment.