Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343285
b: refs/heads/master
c: f2692bd
h: refs/heads/master
i:
  343283: 20b62bf
v: v3
  • Loading branch information
Bjorn Helgaas committed Dec 7, 2012
1 parent c490ef1 commit 831132d
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: 7508320678b7819ac6aeb89580b8622a424ce586
refs/heads/master: f2692bd9be3415ccfcb3a2d33b12ab6621c53067
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/chelsio/cxgb3/t3_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -3307,7 +3307,7 @@ static void config_pcie(struct adapter *adap)
G_NUMFSTTRNSEQRX(t3_read_reg(adap, A_PCIE_MODE));
log2_width = fls(adap->params.pci.width) - 1;
acklat = ack_lat[log2_width][pldsize];
if (val & 1) /* check LOsEnable */
if (val & PCI_EXP_LNKCTL_ASPM_L0S) /* check LOsEnable */
acklat += fst_trn_tx * 4;
rpllmt = rpl_tmr[log2_width][pldsize] + fst_trn_rx * 4;

Expand Down

0 comments on commit 831132d

Please sign in to comment.