From: Michal Nazarewicz Date: Thu, 14 Apr 2011 15:47:09 +0000 (+0200) Subject: usb: core: Change usb_create_sysfs_intf_files()' return type to void X-Git-Tag: v3.0-rc1~337^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=643de6240b0b59c420ad71dfeeb3125a3607af92;p=pandora-kernel.git usb: core: Change usb_create_sysfs_intf_files()' return type to void The usb_create_sysfs_intf_files() function always returned zero even if it failed to create sysfs fails. Since this is a desired behaviour there is no need to return return code at all. This commit changes function's return type (form int) to void. Signed-off-by: Michal Nazarewicz Cc: Sergey Senozhatsky Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed