commit | 00395410885cac96015850426bf697423a3ec9dc | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Wed Oct 24 18:25:00 2007 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Nov 05 13:35:17 2007 -0800 |
tree | 74103fb4036fb5d31e5a331d08c7b8d126f793a7 | |
parent | d73460d79bc88de74221d73723ed61a0081b7a36 [diff] |
PCI Hotplug: cpqhp_pushbutton_thread(): remove a pointless if() check 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>