Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233525
b: refs/heads/master
c: 8a6a142
h: refs/heads/master
i:
  233523: 1f4ed49
v: v3
  • Loading branch information
Vasiliy Kulikov authored and Matthew Garrett committed Feb 21, 2011
1 parent e4fcb47 commit f298654
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: 98401ae43413ac374c0eb8d6018b13495e08f948
refs/heads/master: 8a6a142c1286797978e4db266d22875a5f424897
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/tc1100-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ set_bool_##value(struct device *dev, struct device_attribute *attr, \
return -EINVAL; \
return count; \
} \
static DEVICE_ATTR(value, S_IWUGO | S_IRUGO | S_IWUSR, \
static DEVICE_ATTR(value, S_IRUGO | S_IWUSR, \
show_bool_##value, set_bool_##value);

show_set_bool(wireless, TC1100_INSTANCE_WIRELESS);
Expand Down

0 comments on commit f298654

Please sign in to comment.