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:
Ben Hutchings 2009-11-23 16:01:55 +00:00 committed by David S. Miller
parent d96d7dc9f1
commit 3139e62827
1 changed files with 0 additions and 3 deletions

View File

@ -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 */