]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/ethernet/sfc/efx.c
sfc: Replace efx_rx_buffer::is_page and other booleans with a flags field
[karo-tx-linux.git] / drivers / net / ethernet / sfc / efx.c
index a352c55cb54ac42d0f5b1bc8e59a96e111350f99..952d0bf7695a4c89b8e8ca0401dbe964f70d97f5 100644 (file)
@@ -229,8 +229,7 @@ static int efx_process_channel(struct efx_channel *channel, int budget)
 
        /* Deliver last RX packet. */
        if (channel->rx_pkt) {
-               __efx_rx_packet(channel, channel->rx_pkt,
-                               channel->rx_pkt_csummed);
+               __efx_rx_packet(channel, channel->rx_pkt);
                channel->rx_pkt = NULL;
        }