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:
f8ba65e
)
PCI: cpqphp: Remove unreachable path
author
Alan Cox
<alan@linux.intel.com>
Tue, 4 Sep 2012 14:39:57 +0000
(15:39 +0100)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Mon, 10 Sep 2012 22:45:41 +0000
(16:45 -0600)
register & 0x0B == 0x04 is never true, the code will always take the
(identical) 0x00 path anyway. Remove the dead code paths.
Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=44151
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
No differences found