Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107993
b: refs/heads/master
c: 11a859e
h: refs/heads/master
i:
  107991: 0d306d7
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Aug 7, 2008
1 parent 3879767 commit afac234
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 5608784fdf417467cbb2ccfb1129500464416f79
refs/heads/master: 11a859e591befae7413505c68dd241ad8e14748c
6 changes: 4 additions & 2 deletions trunk/drivers/net/netxen/netxen_nic_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,8 @@ static int netxen_nic_pci_mem_read_direct(struct netxen_adapter *adapter,
(netxen_nic_pci_is_same_window(adapter, off+size-1) == 0)) {
write_unlock_irqrestore(&adapter->adapter_lock, flags);
printk(KERN_ERR "%s out of bound pci memory access. "
"offset is 0x%llx\n", netxen_nic_driver_name, off);
"offset is 0x%llx\n", netxen_nic_driver_name,
(unsigned long long)off);
return -1;
}

Expand Down Expand Up @@ -1490,7 +1491,8 @@ netxen_nic_pci_mem_write_direct(struct netxen_adapter *adapter, u64 off,
(netxen_nic_pci_is_same_window(adapter, off+size-1) == 0)) {
write_unlock_irqrestore(&adapter->adapter_lock, flags);
printk(KERN_ERR "%s out of bound pci memory access. "
"offset is 0x%llx\n", netxen_nic_driver_name, off);
"offset is 0x%llx\n", netxen_nic_driver_name,
(unsigned long long)off);
return -1;
}

Expand Down

0 comments on commit afac234

Please sign in to comment.