Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222851
b: refs/heads/master
c: 4d7bc38
h: refs/heads/master
i:
  222849: 31bce96
  222847: 61c88f6
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Nov 18, 2010
1 parent b994ec3 commit 148f4c2
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: c9e51d9e4bee3da47623622884f4828e079a0581
refs/heads/master: 4d7bc388b44e42a1feafa35e50eef4f24d6ca59d
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_IRUSR | S_IRUGO,
static DEVICE_ATTR(silent, S_IWUSR | S_IRUGO,
get_silent_state, set_silent_state);


Expand Down

0 comments on commit 148f4c2

Please sign in to comment.