From: Adrian Bunk Date: Wed, 24 Oct 2007 16:25:00 +0000 (+0200) Subject: PCI Hotplug: cpqhp_pushbutton_thread(): remove a pointless if() check X-Git-Tag: v2.6.24-rc2~28^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00395410885cac96015850426bf697423a3ec9dc;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed