]> git.sur5r.net Git - u-boot/commit
net/arp: remove superfluous assignments
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Mon, 8 May 2017 19:24:28 +0000 (21:24 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 12 May 2017 12:37:19 +0000 (08:37 -0400)
commit8cfb77387eb2923ec566617ff46762010859525f
tree0a3a82f8bec0a957f2bda25689d3297336bc2b31
parentb8865e6bf0ed519e6a8b9634a776092a2812af9e
net/arp: remove superfluous assignments

The value of variable pkt is never used.

The problem was indicated by clang scan-build.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
net/arp.c