Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133931
b: refs/heads/master
c: e81259b
h: refs/heads/master
i:
  133929: 1818d99
  133927: 1926481
v: v3
  • Loading branch information
Steve Glendinning authored and David S. Miller committed Feb 1, 2009
1 parent df3985a commit 20371e1
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: 61307ed85dbf0ee232e354721a5a0a2011da7996
refs/heads/master: e81259b4f7c69a71d92216ba551731fb7027bcbe
2 changes: 1 addition & 1 deletion trunk/drivers/net/smsc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@ static int __devinit smsc911x_drv_probe(struct platform_device *pdev)
smsc911x_reg_write(pdata, INT_STS, 0xFFFFFFFF);

retval = request_irq(dev->irq, smsc911x_irqhandler,
irq_flags | IRQF_DISABLED, dev->name, dev);
irq_flags | IRQF_SHARED, dev->name, dev);
if (retval) {
SMSC_WARNING(PROBE,
"Unable to claim requested irq: %d", dev->irq);
Expand Down

0 comments on commit 20371e1

Please sign in to comment.