Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171620
b: refs/heads/master
c: 4c9ba61
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Nov 18, 2009
1 parent 7b29039 commit 4138ecc
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: 9aff7e922b852036d864d039ce13ae1e38418b73
refs/heads/master: 4c9ba61e9e0212fd79da9a26f7b3d47de4a56a24
2 changes: 1 addition & 1 deletion trunk/drivers/net/can/sja1000/sja1000.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ static int sja1000_open(struct net_device *dev)

/* register interrupt handler, if not done by the device driver */
if (!(priv->flags & SJA1000_CUSTOM_IRQ_HANDLER)) {
err = request_irq(dev->irq, &sja1000_interrupt, priv->irq_flags,
err = request_irq(dev->irq, sja1000_interrupt, priv->irq_flags,
dev->name, (void *)dev);
if (err) {
close_candev(dev);
Expand Down

0 comments on commit 4138ecc

Please sign in to comment.