Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218424
b: refs/heads/master
c: 06d6e6d
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Kaiser authored and David S. Miller committed Oct 26, 2010
1 parent 152cbba commit 0012216
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: 7932c2e55c707350ac166effea2f49afe2e47400
refs/heads/master: 06d6e6d2e4ef61172f342fddeea5cfa465d81578
2 changes: 1 addition & 1 deletion trunk/drivers/net/sgiseeq.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ static int sgiseeq_open(struct net_device *dev)

if (request_irq(irq, sgiseeq_interrupt, 0, sgiseeqstr, dev)) {
printk(KERN_ERR "Seeq8003: Can't get irq %d\n", dev->irq);
err = -EAGAIN;
return -EAGAIN;
}

err = init_seeq(dev, sp, sregs);
Expand Down

0 comments on commit 0012216

Please sign in to comment.