]> git.baikalelectronics.ru Git - kernel.git/commit
net/ipv6: remove unused err variable on icmpv6_push_pending_frames
authorTim Hansen <devtimhansen@gmail.com>
Thu, 5 Oct 2017 19:45:32 +0000 (15:45 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Oct 2017 04:56:26 +0000 (21:56 -0700)
commitb65531731c495993710212c650c780aab717de0e
tree1260878b87c3e32f4a6f375f25f130604e5c0178
parent246d5780be56a94716e717acf19db788efd1684f
net/ipv6: remove unused err variable on icmpv6_push_pending_frames

int err is unused by icmpv6_push_pending_frames(), this patch returns removes the variable and returns the function with 0.

git bisect shows this variable has been around since linux has been in git in commit 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2.

This was found by running make coccicheck M=net/ipv6/ on linus' tree on commit f46c6d3dc055cd81697422c2f65dc1c1d9fa7baa (current HEAD as of this patch).

Signed-off-by: Tim Hansen <devtimhansen@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/icmp.c