Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179101
b: refs/heads/master
c: 569b789
h: refs/heads/master
i:
  179099: 8676d9f
v: v3
  • Loading branch information
Mark Brown authored and David S. Miller committed Jan 7, 2010
1 parent 2a69f54 commit 711edb9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8a5c9c4932ad1fbe9daa501e89a7357a2804e3fa
refs/heads/master: 569b7892fe09dd6502bdadb7cf5e7acce907c1a1
3 changes: 1 addition & 2 deletions trunk/drivers/net/cs89x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -1325,8 +1325,7 @@ net_open(struct net_device *dev)
write_irq(dev, lp->chip_type, dev->irq);
ret = request_irq(dev->irq, net_interrupt, 0, dev->name, dev);
if (ret) {
if (net_debug)
printk(KERN_DEBUG "cs89x0: request_irq(%d) failed\n", dev->irq);
printk(KERN_ERR "cs89x0: request_irq(%d) failed\n", dev->irq);
goto bad_out;
}
}
Expand Down

0 comments on commit 711edb9

Please sign in to comment.