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:
d73460d
)
PCI Hotplug: cpqhp_pushbutton_thread(): remove a pointless if() check
author
Adrian Bunk
<bunk@kernel.org>
Wed, 24 Oct 2007 16:25:00 +0000
(18:25 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 5 Nov 2007 21:35:17 +0000
(13:35 -0800)
The Coverity checker spotted that we'd have already oops'ed if "ctrl"
was NULL.
Additionally, "func" had just been checked for not being NULL.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found