diff options
Diffstat (limited to 'drivers/net/bnx2x_main.c')
-rw-r--r-- | drivers/net/bnx2x_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bnx2x_main.c b/drivers/net/bnx2x_main.c index 02ab9b0ea697..ef8103b3523e 100644 --- a/drivers/net/bnx2x_main.c +++ b/drivers/net/bnx2x_main.c | |||
@@ -1592,7 +1592,6 @@ static irqreturn_t bnx2x_msix_fp_int(int irq, void *fp_cookie) | |||
1592 | { | 1592 | { |
1593 | struct bnx2x_fastpath *fp = fp_cookie; | 1593 | struct bnx2x_fastpath *fp = fp_cookie; |
1594 | struct bnx2x *bp = fp->bp; | 1594 | struct bnx2x *bp = fp->bp; |
1595 | struct net_device *dev = bp->dev; | ||
1596 | int index = FP_IDX(fp); | 1595 | int index = FP_IDX(fp); |
1597 | 1596 | ||
1598 | /* Return here if interrupt is disabled */ | 1597 | /* Return here if interrupt is disabled */ |