sysfs.h: don't return a void-valued expression in sysfs_remove_file
authorSimon Wunderlich <sw@simonwunderlich.de>
Wed, 16 Apr 2014 09:56:45 +0000 (11:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 21:29:56 +0000 (14:29 -0700)
commit78e1da627040ca49c41b456db707342ef210ae0f
tree931d57a86ab996eda70530bdeabf0050994a6a64
parent451ef1caa8698511bb7766344ccec9f08d5d294b
sysfs.h: don't return a void-valued expression in sysfs_remove_file

Sparse was complaining about that:
include/linux/sysfs.h:432:9: warning: returning void-valued expression

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/sysfs.h