Re: [PATCH 3/3] net: ethernet: sun: drop unused variable
From: David Miller <davem@davemloft.net>
Date: 2013-05-23 19:13:32
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2013-05-23 19:13:32
Also in:
lkml
From: Emilio López <emilio@elopez.com.ar> Date: Thu, 23 May 2013 09:54:23 -0300
Hi David, El 23/05/13 03:43, David Miller escribió:quoted
From: Emilio López <emilio@elopez.com.ar> Date: Wed, 22 May 2013 20:57:37 -0300quoted
Commit bfd428d ("net: ethernet: sun: initialize variables directly") dropped the only loop that was using i but did not remove the actual variable, therefore causing a warning when building. This patch drops the now redundant line. Reported-by: Stephen Rothwell <redacted> Signed-off-by: Emilio López <emilio@elopez.com.ar>Applied.I see that you applied the series in net instead of net-next; the previous patches were in net-next only. This will cause build breakage in net because the loop is still there.
My bad, I'll fix this up.