Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233527
b: refs/heads/master
c: b80b168
h: refs/heads/master
i:
  233525: f298654
  233523: 1f4ed49
  233519: 4644a7d
v: v3
  • Loading branch information
Vasiliy Kulikov authored and Matthew Garrett committed Feb 21, 2011
1 parent cb63b54 commit ef5912f
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: 8040835760adf0ef66876c063d47f79f015fb55d
refs/heads/master: b80b168f918bba4b847e884492415546b340e19d
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/acer-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ static ssize_t set_bool_threeg(struct device *dev,
return -EINVAL;
return count;
}
static DEVICE_ATTR(threeg, S_IWUGO | S_IRUGO | S_IWUSR, show_bool_threeg,
static DEVICE_ATTR(threeg, S_IRUGO | S_IWUSR, show_bool_threeg,
set_bool_threeg);

static ssize_t show_interface(struct device *dev, struct device_attribute *attr,
Expand Down

0 comments on commit ef5912f

Please sign in to comment.