mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-20 19:43:58 +08:00
bnx2: Fix bnx2_netif_stop() merge error.
The error was introduced while merging:
commit 4529819c45
bnx2: reset_task is crashing the kernel. Fixing it.
Signed-off-by: Michael Chan <mchan@broadcom.com>k
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7c65ec7958
commit
b746656069
@ -666,6 +666,7 @@ bnx2_netif_stop(struct bnx2 *bp)
|
||||
txq->trans_start = jiffies;
|
||||
}
|
||||
}
|
||||
bnx2_disable_int_sync(bp);
|
||||
}
|
||||
|
||||
static void
|
||||
@ -679,7 +680,6 @@ bnx2_netif_start(struct bnx2 *bp)
|
||||
bnx2_cnic_start(bp);
|
||||
}
|
||||
}
|
||||
bnx2_disable_int_sync(bp);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user