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:
897f5ab
)
[PATCH] Hotplug: Make dev->bus checking consistent
author
Alexander Nyberg
<alexn@dsv.su.se>
Sat, 26 Feb 2005 12:38:51 +0000
(13:38 +0100)
committer
Greg KH
<gregkh@suse.de>
Thu, 5 May 2005 06:44:37 +0000
(23:44 -0700)
Earlier in the same function dev->bus is checked before dereferenced,
make consistent although I honestly don't know if dev->bus could
ever be NULL
Found by the Coverity tool
Signed-off-by: Alexander Nyberg <alexn@dsv.su.se>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found