From: Aneesh Kumar K.V Date: Tue, 19 Dec 2006 21:01:27 +0000 (-0800) Subject: kobject: kobject_uevent() returns manageable value X-Git-Tag: v2.6.20-rc2~81^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=542cfce6f36e8c43f71ae9c235b78497f350ae55;p=pandora-kernel.git kobject: kobject_uevent() returns manageable value Since kobject_uevent() function does not return an integer value to indicate if its operation was completed with success or not, it is worth changing it in order to report a proper status (success or error) instead of returning void. [randy.dunlap@oracle.com: Fix inline kobject functions] Cc: Mauricio Lin Signed-off-by: Aneesh Kumar K.V Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed