git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f38eac
)
PCI: shpchp: remove dead code
author
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 20 Jun 2012 22:11:45 +0000
(16:11 -0600)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 20 Jun 2012 23:28:53 +0000
(17:28 -0600)
"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 <bhelgaas@google.com>
No differences found