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:
515ad4d
)
sysfs.h: fix __BIN_ATTR_RW()
author
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 20 Aug 2013 23:48:54 +0000
(16:48 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 20 Aug 2013 23:48:54 +0000
(16:48 -0700)
__BIN_ATTR_RW() wasn't passing in the _size field. As it would break
the build if this macro was ever used, it's obvious no one had ever
tried to use it before.
Fix it so that it can be used.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found