diff options
Diffstat (limited to 'drivers/net/tokenring/tms380tr.c')
-rw-r--r-- | drivers/net/tokenring/tms380tr.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/net/tokenring/tms380tr.c b/drivers/net/tokenring/tms380tr.c index c1925590a0e1..ea797ca2b988 100644 --- a/drivers/net/tokenring/tms380tr.c +++ b/drivers/net/tokenring/tms380tr.c | |||
@@ -744,18 +744,13 @@ static void tms380tr_timer_chk(unsigned long data) | |||
744 | /* | 744 | /* |
745 | * The typical workload of the driver: Handle the network interface interrupts. | 745 | * The typical workload of the driver: Handle the network interface interrupts. |
746 | */ | 746 | */ |
747 | irqreturn_t tms380tr_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 747 | irqreturn_t tms380tr_interrupt(int irq, void *dev_id) |
748 | { | 748 | { |
749 | struct net_device *dev = dev_id; | 749 | struct net_device *dev = dev_id; |
750 | struct net_local *tp; | 750 | struct net_local *tp; |
751 | unsigned short irq_type; | 751 | unsigned short irq_type; |
752 | int handled = 0; | 752 | int handled = 0; |
753 | 753 | ||
754 | if(dev == NULL) { | ||
755 | printk(KERN_INFO "%s: irq %d for unknown device.\n", dev->name, irq); | ||
756 | return IRQ_NONE; | ||
757 | } | ||
758 | |||
759 | tp = netdev_priv(dev); | 754 | tp = netdev_priv(dev); |
760 | 755 | ||
761 | irq_type = SIFREADW(SIFSTS); | 756 | irq_type = SIFREADW(SIFSTS); |