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)
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>

No differences found