Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222837
b: refs/heads/master
c: 90c05b9
h: refs/heads/master
i:
  222835: 6436338
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Nov 16, 2010
1 parent 0d35e4f commit 3df11ee
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: 1d904e8950c86e670ace237eaea1d48cd81e94df
refs/heads/master: 90c05b97fdec8d2196e420d98f774bab731af7aa
2 changes: 1 addition & 1 deletion trunk/drivers/staging/samsung-laptop/samsung-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ static ssize_t set_silent_state(struct device *dev,
}
return count;
}
static DEVICE_ATTR(silent, S_IWUGO | S_IRUGO,
static DEVICE_ATTR(silent, S_IRUSR | S_IRUGO,
get_silent_state, set_silent_state);


Expand Down

0 comments on commit 3df11ee

Please sign in to comment.