drivers: net: xgene: Rewrite buggy loop in xgene_enet_ecc_init()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 23 Oct 2014 08:25:53 +0000 (10:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 Oct 2014 21:05:20 +0000 (17:05 -0400)
commitb71e821de50f0ff92f10f33064ee1713e9014158
tree1c66a78125a4530edd4f5321a8415a8af255574d
parent013f6579c6e4f9517127a176bfc37bbac0b766cb
drivers: net: xgene: Rewrite buggy loop in xgene_enet_ecc_init()

drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c: In function ‘xgene_enet_ecc_init’:
drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c:126: warning: ‘data’ may be used uninitialized in this function

Depending on the arbitrary value on the stack, the loop may terminate
too early, and cause a bogus -ENODEV failure.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c
This page took 0.025498 seconds and 5 git commands to generate.