Re: linux-next: build warning after merge of the final tree (net-next tree related)
From: Emilio López <emilio@elopez.com.ar>
Date: 2013-05-22 13:24:40
Also in:
linux-next, lkml
From: Emilio López <emilio@elopez.com.ar>
Date: 2013-05-22 13:24:40
Also in:
linux-next, lkml
Hi Stephen, El 22/05/13 02:55, Stephen Rothwell escribió:
Hi all,
After merging the final tree, today's linux-next build (sparc32 defconfig)
produced this warning:
drivers/net/ethernet/sun/sunbmac.c: In function 'bigmac_set_multicast':
drivers/net/ethernet/sun/sunbmac.c:998:6: warning: unused variable 'i' [-Wunused-variable]
Introduced by commit bfd428daaf61 ("net: ethernet: sun: initialize
variables directly") from the net-next tree.Thank you for notifying. After a second look at the code, I see the apple and korina patch counterparts also leave an extra i variable now; the dm9000 patch should be unaffected as it still uses i for other things. @David, what would you like me to do? I can send another set of patches fixing this, resend the full original series but fixed, or resend just the affected patches. Emilio