From: Greg Kroah-Hartman Date: Wed, 28 Aug 2013 16:51:41 +0000 (-0700) Subject: sysfs: sysfs_create_groups returns a value. X-Git-Tag: v3.12-rc1~184^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=574979c617eb9593f8dfbb804da3f0e00f8bf28e;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed