]> git.baikalelectronics.ru Git - kernel.git/commit
sysfs.h: fix __BIN_ATTR_RW()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Aug 2013 23:48:54 +0000 (16:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Aug 2013 23:48:54 +0000 (16:48 -0700)
commit538f9408843b299327ccc05c661261520b27ccd3
tree630ed2b1905242b5cad20beaf2d6c9363f7fc3db
parent97698dad38ff31eb18e5a8fb4f4fbc4f61fcae02
sysfs.h: fix __BIN_ATTR_RW()

__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>
include/linux/sysfs.h