Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316836
b: refs/heads/master
c: 983bfb5
h: refs/heads/master
v: v3
  • Loading branch information
Jon Mason authored and James Bottomley committed Jul 20, 2012
1 parent f815c5a commit 61c1606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94c122ab01f84332c371dc4ae0f5b70e879173d6
refs/heads/master: 983bfb5b40157c9fbb7c5290508f18845b7e7234
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla4xxx/ql4_nx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ qla4_8xxx_start_firmware(struct scsi_qla_host *ha, uint32_t image_start)
}

/* Negotiated Link width */
pcie_cap = pci_find_capability(ha->pdev, PCI_CAP_ID_EXP);
pcie_cap = pci_pcie_cap(ha->pdev);
pci_read_config_word(ha->pdev, pcie_cap + PCI_EXP_LNKSTA, &lnk);
ha->link_width = (lnk >> 4) & 0x3f;

Expand Down

0 comments on commit 61c1606

Please sign in to comment.