From: Bjorn Helgaas Date: Wed, 20 Jun 2012 22:11:45 +0000 (-0600) Subject: PCI: shpchp: remove dead code X-Git-Tag: v3.6-rc1~112^2~13^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67454b6602c3519d15193630e6765a5f02f39160;p=pandora-kernel.git PCI: shpchp: remove dead code "slots_not_empty" is initialized to zero and can't be set again before reaching this point, so this return statement is dead. Remove it. Found by Coverity (CID 114324). Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed