Message ID | 20211104030222.30580-1-luo.penghao@zte.com.cn (mailing list archive) |
---|---|
State | Deferred |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [v2] ipv4: Remove useless assignments | expand |
diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c index 816d8aa..fe2c8e9 100644 --- a/net/ipv4/ipconfig.c +++ b/net/ipv4/ipconfig.c @@ -1034,7 +1034,6 @@ static int __init ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, str goto drop; b = (struct bootp_pkt *)skb_network_header(skb); - h = &b->iph; /* One reply at a time, please. */ spin_lock(&ic_recv_lock);