aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/rx.c
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2009-11-23 16:01:55 +0000
committerDavid S. Miller <davem@davemloft.net>2009-11-24 10:58:24 -0800
commit3139e62827b9f2b9b553816de664edfe4573c954 (patch)
tree80ea2f33aeef72a3c4a0ee719d57b61a859c006b /drivers/net/sfc/rx.c
parentsfc: Remove redundant gotos from __efx_rx_packet() (diff)
downloadlinux-dev-3139e62827b9f2b9b553816de664edfe4573c954.tar.xz
linux-dev-3139e62827b9f2b9b553816de664edfe4573c954.zip
sfc: Remove ridiculously paranoid assertions
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/rx.c')
-rw-r--r--drivers/net/sfc/rx.c3
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,
/* 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 */