Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202645
b: refs/heads/master
c: d92222e
h: refs/heads/master
i:
  202643: 7697033
v: v3
  • Loading branch information
Finn Thain authored and David S. Miller committed Jun 2, 2010
1 parent a11255f commit 74f58e4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 130c0f47fdf9c533deb1136cad5136f6cb7020f0
refs/heads/master: d92222e27fdc98d73df25f3d49fb1ff3a3369bec
4 changes: 2 additions & 2 deletions trunk/drivers/net/mac8390.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ static int __init mac8390_initdev(struct net_device *dev,
case MAC8390_APPLE:
switch (mac8390_testio(dev->mem_start)) {
case ACCESS_UNKNOWN:
pr_info("Don't know how to access card memory!\n");
pr_err("Don't know how to access card memory!\n");
return -ENODEV;
break;

Expand Down Expand Up @@ -646,7 +646,7 @@ static int mac8390_open(struct net_device *dev)
__ei_open(dev);
err = request_irq(dev->irq, __ei_interrupt, 0, "8390 Ethernet", dev);
if (err)
pr_info("%s: unable to get IRQ %d\n", dev->name, dev->irq);
pr_err("%s: unable to get IRQ %d\n", dev->name, dev->irq);
return err;
}

Expand Down

0 comments on commit 74f58e4

Please sign in to comment.