diff options
Diffstat (limited to 'drivers/net/atlx/atl1.c')
-rw-r--r-- | drivers/net/atlx/atl1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/atlx/atl1.c b/drivers/net/atlx/atl1.c index 963df502260a..e547f788a266 100644 --- a/drivers/net/atlx/atl1.c +++ b/drivers/net/atlx/atl1.c | |||
@@ -2589,7 +2589,7 @@ static s32 atl1_up(struct atl1_adapter *adapter) | |||
2589 | irq_flags |= IRQF_SHARED; | 2589 | irq_flags |= IRQF_SHARED; |
2590 | } | 2590 | } |
2591 | 2591 | ||
2592 | err = request_irq(adapter->pdev->irq, &atl1_intr, irq_flags, | 2592 | err = request_irq(adapter->pdev->irq, atl1_intr, irq_flags, |
2593 | netdev->name, netdev); | 2593 | netdev->name, netdev); |
2594 | if (unlikely(err)) | 2594 | if (unlikely(err)) |
2595 | goto err_up; | 2595 | goto err_up; |