bnx2x: do not return negative number of received packages
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Acked-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dd21ca6de7
commit
17cb4006bc
|
@ -1546,7 +1546,7 @@ static int bnx2x_rx_int(struct bnx2x_fastpath *fp, int budget)
|
|||
len, cqe, comp_ring_cons);
|
||||
#ifdef BNX2X_STOP_ON_ERROR
|
||||
if (bp->panic)
|
||||
return -EINVAL;
|
||||
return 0;
|
||||
#endif
|
||||
|
||||
bnx2x_update_sge_prod(fp,
|
||||
|
|
Loading…
Reference in New Issue