]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sysfs: sysfs_create_groups returns a value.
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Aug 2013 16:51:41 +0000 (09:51 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Aug 2013 16:51:41 +0000 (09:51 -0700)
commit574979c617eb9593f8dfbb804da3f0e00f8bf28e
treeeb298afb7519734abf04a1a163b8ba646515f1e8
parent3159269ef484954985cbbf1ff89976f090a18b24
sysfs: sysfs_create_groups returns a value.

When I included the "empty" function for sysfs_create_groups() when
CONFIG_SYSFS=n, I forgot to return a value for it, so things blew up the
build.  This patch fixes that, stupid me.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/sysfs.h