git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afdce75
)
[PATCH] driver core: change bus_rescan_devices to return void
author
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 22 Jun 2005 23:09:05 +0000
(16:09 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 30 Jun 2005 05:48:04 +0000
(22:48 -0700)
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 <gregkh@suse.de>
No differences found