From: Tejun Heo Date: Thu, 2 Aug 2007 12:38:03 +0000 (+0900) Subject: sysfs: make sysfs_addrm_finish() return void X-Git-Tag: v2.6.24-rc1~1394^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=990e53f880be9ff93072b4cce590ec2826cee0b6;p=pandora-kernel.git sysfs: make sysfs_addrm_finish() return void With the previous sysfs_add_one() update, there is only one user of the return value of sysfs_addrm_finish() and the user can switch to testing @sd easily. Make sysfs_addrm_finish() return void for cleaner semantics as suggested by Satyam Sharma. This patch doesn't introduce any noticeable behavior change. Signed-off-by: Tejun Heo Cc: Satyam Sharma Acked-by: Cornelia Huck Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed