projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e65e2f
)
[SCSI] esas2r: Remove superfluous mask of pcie_cap_reg
author
Bradley Grove
<bgrove@attotech.com>
Tue, 1 Oct 2013 18:26:03 +0000
(14:26 -0400)
committer
James Bottomley
<JBottomley@Parallels.com>
Fri, 25 Oct 2013 08:58:59 +0000
(09:58 +0100)
Signed-off-by: Bradley Grove <bgrove@attotech.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/esas2r/esas2r_init.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/esas2r/esas2r_init.c
b/drivers/scsi/esas2r/esas2r_init.c
index 8278819669e3baffbe3e182fe77b9820fb933915..b9750e296d7116ab38f91017a82eb98279c3ed1e 100644
(file)
--- a/
drivers/scsi/esas2r/esas2r_init.c
+++ b/
drivers/scsi/esas2r/esas2r_init.c
@@
-807,7
+807,7
@@
static void esas2r_init_pci_cfg_space(struct esas2r_adapter *a)
int pcie_cap_reg;
pcie_cap_reg = pci_find_capability(a->pcid, PCI_CAP_ID_EXP);
- if (
0xffff &
pcie_cap_reg) {
+ if (pcie_cap_reg) {
u16 devcontrol;
pci_read_config_word(a->pcid, pcie_cap_reg + PCI_EXP_DEVCTL,