[PATCH] PCI Hotplug: cpqphp_ctrl.c: remove dead code
authorAdrian Bunk <bunk@stusta.de>
Sun, 20 Nov 2005 23:05:21 +0000 (00:05 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 9 Jan 2006 20:13:16 +0000 (12:13 -0800)
commit2555f7bdd3b0db47f6e1d7bb887981654e2261b3
tree1004fd2af505c2bda7d74ae430a0613df4515083
parent88d69a1dff4014889782ebad24ed3e964a8844bc
[PATCH] PCI Hotplug: cpqphp_ctrl.c: remove dead code

The Coverity checker spotted that we already did return -ENOMEM
if (!p_mem_node).

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/cpqphp_ctrl.c