Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200517
b: refs/heads/master
c: 7e43cd6
h: refs/heads/master
i:
  200515: 64f660d
v: v3
  • Loading branch information
Amit Kumar Salecha authored and David S. Miller committed Jun 16, 2010
1 parent 8f17777 commit 09e1d66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 2227bae22becb88b75ede022c7bb991aabfb50bb
refs/heads/master: 7e43cd66d36e8f0900e87d9d287c9ee649cbdd07
4 changes: 0 additions & 4 deletions trunk/drivers/net/netxen/netxen_nic_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1159,17 +1159,13 @@ netxen_nic_pci_set_crbwindow_2M(struct netxen_adapter *adapter, ulong off)

window = CRB_HI(off);

if (adapter->ahw.crb_win == window)
return;

writel(window, addr);
if (readl(addr) != window) {
if (printk_ratelimit())
dev_warn(&adapter->pdev->dev,
"failed to set CRB window to %d off 0x%lx\n",
window, off);
}
adapter->ahw.crb_win = window;
}

static void __iomem *
Expand Down

0 comments on commit 09e1d66

Please sign in to comment.