diff options
Diffstat (limited to 'drivers/net/appletalk/cops.c')
-rw-r--r-- | drivers/net/appletalk/cops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/appletalk/cops.c b/drivers/net/appletalk/cops.c index b5dc7f550725..50cecf417471 100644 --- a/drivers/net/appletalk/cops.c +++ b/drivers/net/appletalk/cops.c | |||
@@ -328,7 +328,7 @@ static int __init cops_probe1(struct net_device *dev, int ioaddr) | |||
328 | 328 | ||
329 | /* Reserve any actual interrupt. */ | 329 | /* Reserve any actual interrupt. */ |
330 | if (dev->irq) { | 330 | if (dev->irq) { |
331 | retval = request_irq(dev->irq, &cops_interrupt, 0, dev->name, dev); | 331 | retval = request_irq(dev->irq, cops_interrupt, 0, dev->name, dev); |
332 | if (retval) | 332 | if (retval) |
333 | goto err_out; | 333 | goto err_out; |
334 | } | 334 | } |