From: Eric Sesterhenn Date: Sun, 24 Sep 2006 22:56:53 +0000 (+0200) Subject: pciehp: Remove unnecessary check in pciehp_ctrl.c X-Git-Tag: v2.6.19-rc3~125^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ef9977cabc1b2c1718ef6eb883caec8dcb80b4c;p=pandora-kernel.git pciehp: Remove unnecessary check in pciehp_ctrl.c this was spotted by coverity (cid #819). We dereference p_slot earlier in the function, and i found no way it could become NULL anywhere. Signed-off-by: Eric Sesterhenn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed