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

Commit a44c984f authored by Stephen Rothwell's avatar Stephen Rothwell Committed by David S. Miller
Browse files

netfilter: merge fixup for "nf_tables_netdev: remove redundant ip_hdr assignment"

parent 5bfb88a1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ __nft_set_pktinfo_ipv4_validate(struct nft_pktinfo *pkt,
	if (!iph)
		return -1;

	iph = ip_hdr(skb);
	if (iph->ihl < 5 || iph->version != 4)
		return -1;