Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167537
b: refs/heads/master
c: 71fb62f
h: refs/heads/master
i:
  167535: 67760e4
v: v3
  • Loading branch information
Dhananjay Phadke authored and David S. Miller committed Oct 13, 2009
1 parent 4346d67 commit ba0c190
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4ce22537a28eeb6a29a2b4d1049c703a80c25bd1
refs/heads/master: 71fb62fb6dd4ed95e6f0240a2c627df396d9d057
3 changes: 2 additions & 1 deletion trunk/drivers/net/netxen/netxen_nic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,8 @@ netxen_setup_pci_map(struct netxen_adapter *adapter)
void __iomem *mem_ptr2 = NULL;
void __iomem *db_ptr = NULL;

unsigned long mem_base, mem_len, db_base, db_len = 0, pci_len0 = 0;
resource_size_t mem_base, db_base;
unsigned long mem_len, db_len = 0, pci_len0 = 0;

struct pci_dev *pdev = adapter->pdev;
int pci_func = adapter->ahw.pci_func;
Expand Down

0 comments on commit ba0c190

Please sign in to comment.