Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150097
b: refs/heads/master
c: 78a658d
h: refs/heads/master
i:
  150095: 2abc9b0
v: v3
  • Loading branch information
Alexander Beregalov authored and David S. Miller committed May 5, 2009
1 parent 08d537d commit 0d5e7cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: ae8d7f884a24ee920e417077b2615c6862be687f
refs/heads/master: 78a658d9720ce1b3dd71af3ee6d207ca751a48f5
6 changes: 3 additions & 3 deletions trunk/drivers/net/lasi_82596.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ lan_init_chip(struct parisc_device *dev)

if (!dev->irq) {
printk(KERN_ERR "%s: IRQ not found for i82596 at 0x%lx\n",
__FILE__, dev->hpa.start);
__FILE__, (unsigned long)dev->hpa.start);
return -ENODEV;
}

printk(KERN_INFO "Found i82596 at 0x%lx, IRQ %d\n", dev->hpa.start,
dev->irq);
printk(KERN_INFO "Found i82596 at 0x%lx, IRQ %d\n",
(unsigned long)dev->hpa.start, dev->irq);

netdevice = alloc_etherdev(sizeof(struct i596_private));
if (!netdevice)
Expand Down

0 comments on commit 0d5e7cb

Please sign in to comment.