Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3139e628 authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

sfc: Remove ridiculously paranoid assertions

parent d96d7dc9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 */