sfc: Remove ridiculously paranoid assertions
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d96d7dc9f1
commit
3139e62827
|
@ -586,9 +586,6 @@ void __efx_rx_packet(struct efx_channel *channel,
|
|||
/* We now own the SKB */
|
||||
skb = rx_buf->skb;
|
||||
rx_buf->skb = NULL;
|
||||
|
||||
EFX_BUG_ON_PARANOID(rx_buf->page);
|
||||
EFX_BUG_ON_PARANOID(rx_buf->skb);
|
||||
EFX_BUG_ON_PARANOID(!skb);
|
||||
|
||||
/* Set the SKB flags */
|
||||
|
|
Loading…
Reference in New Issue