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

Commit 04e0fd00 authored by Mintz, Yuval's avatar Mintz, Yuval Committed by David S. Miller
Browse files

qede: Remove unnecessary datapath dereference

parent 7ca547bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -622,7 +622,7 @@ static inline void qede_skb_receive(struct qede_dev *edev,
		__vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag);

	napi_gro_receive(&fp->napi, skb);
	fp->rxq->rcv_pkts++;
	rxq->rcv_pkts++;
}

static void qede_set_gro_params(struct qede_dev *edev,