From: Greg Kroah-Hartman Date: Wed, 22 Jun 2005 23:09:05 +0000 (-0700) Subject: [PATCH] driver core: change bus_rescan_devices to return void X-Git-Tag: v2.6.13-rc2~37^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23d3d602cb96addd3c1158424fb01a49ea5e81b1;p=pandora-kernel.git [PATCH] driver core: change bus_rescan_devices to return void No one was looking at the return value of bus_rescan_devices, and it really wasn't anything that anyone in the kernel would ever care about. So change it which enabled some counting code to be removed also. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed