qede: Remove unnecessary datapath dereference

Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Mintz, Yuval 2017-01-01 13:57:06 +02:00 committed by David S. Miller
parent 7ca547bdb0
commit 04e0fd006a
1 changed files with 1 additions and 1 deletions

View File

@ -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,