diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-11-23 11:01:55 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-24 13:58:24 -0500 |
commit | 3139e62827b9f2b9b553816de664edfe4573c954 (patch) | |
tree | 80ea2f33aeef72a3c4a0ee719d57b61a859c006b | |
parent | d96d7dc9f19aafe4dd5f2f84d09653e14d2e8d8b (diff) |
sfc: Remove ridiculously paranoid assertions
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/sfc/rx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/sfc/rx.c b/drivers/net/sfc/rx.c index 32cfe40881cc..c4073522c0a8 100644 --- a/drivers/net/sfc/rx.c +++ b/drivers/net/sfc/rx.c | |||
@@ -586,9 +586,6 @@ void __efx_rx_packet(struct efx_channel *channel, | |||
586 | /* We now own the SKB */ | 586 | /* We now own the SKB */ |
587 | skb = rx_buf->skb; | 587 | skb = rx_buf->skb; |
588 | rx_buf->skb = NULL; | 588 | rx_buf->skb = NULL; |
589 | |||
590 | EFX_BUG_ON_PARANOID(rx_buf->page); | ||
591 | EFX_BUG_ON_PARANOID(rx_buf->skb); | ||
592 | EFX_BUG_ON_PARANOID(!skb); | 589 | EFX_BUG_ON_PARANOID(!skb); |
593 | 590 | ||
594 | /* Set the SKB flags */ | 591 | /* Set the SKB flags */ |