Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97361
b: refs/heads/master
c: d04455f
h: refs/heads/master
i:
  97359: fd94962
v: v3
  • Loading branch information
Francois Romieu authored and Jeff Garzik committed May 22, 2008
1 parent 11a4ec5 commit 293478d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 94a47f4161798c34bec7718768f72cf16bcfb4f0
refs/heads/master: d04455fba3777fa5c3963348be76510169bbf4df
7 changes: 1 addition & 6 deletions trunk/drivers/net/au1000_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1239,12 +1239,7 @@ static int au1000_rx(struct net_device *dev)
*/
static irqreturn_t au1000_interrupt(int irq, void *dev_id)
{
struct net_device *dev = (struct net_device *) dev_id;

if (dev == NULL) {
printk(KERN_ERR "%s: isr: null dev ptr\n", dev->name);
return IRQ_RETVAL(1);
}
struct net_device *dev = dev_id;

/* Handle RX interrupts first to minimize chance of overrun */

Expand Down

0 comments on commit 293478d

Please sign in to comment.