git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
598d036
)
USB: core: be specific about attribute permissions
author
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 23 Aug 2013 23:05:26 +0000
(16:05 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 25 Aug 2013 22:12:03 +0000
(15:12 -0700)
Instead of having to audit all sysfs attributes, to ensure we get them
right, use the default macros the driver core provides us (read-only,
read-write) to make the code simpler, and to prevent any mistakes from
ever happening.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found