Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203465
b: refs/heads/master
c: ba80a25
h: refs/heads/master
i:
  203463: 5c763fe
v: v3
  • Loading branch information
Kulikov Vasiliy authored and David S. Miller committed Jul 12, 2010
1 parent b35b788 commit 7526d84
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 451d33dd223f15451c1b8fb388447d39e1cd955b
refs/heads/master: ba80a2522899ea71a5b201bae60bdfd99126af95
2 changes: 1 addition & 1 deletion trunk/drivers/net/ac3200.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ static int __init ac_probe1(int ioaddr, struct net_device *dev)
retval = request_irq(dev->irq, ei_interrupt, 0, DRV_NAME, dev);
if (retval) {
printk (" nothing! Unable to get IRQ %d.\n", dev->irq);
goto out1;
goto out;
}

printk(" IRQ %d, %s port\n", dev->irq, port_name[dev->if_port]);
Expand Down

0 comments on commit 7526d84

Please sign in to comment.