From: David Miller <davem@davemloft.net> Date: 2016-12-29 17:07:09
From: Dave Jones <redacted>
Date: Wed, 28 Dec 2016 11:53:18 -0500
np is already assigned in the variable declaration of ping_v6_sendmsg.
At this point, we have already dereferenced np several times, so the
NULL check is also redundant.
Suggested-by: Eric Dumazet <redacted>
Signed-off-by: Dave Jones <redacted>