Re: [PATCH 3/3] net: ethernet: sun: drop unused variable

2013-05-23 Thread David Miller
From: Emilio López Date: Thu, 23 May 2013 09:54:23 -0300 > Hi David, > > El 23/05/13 03:43, David Miller escribió: >> From: Emilio López >> Date: Wed, 22 May 2013 20:57:37 -0300 >> >>> Commit bfd428d ("net: ethernet: sun: initialize variables directly") >>> dropped the only loop that was using

Re: [PATCH 3/3] net: ethernet: sun: drop unused variable

2013-05-23 Thread Emilio López
Hi David, El 23/05/13 03:43, David Miller escribió: > From: Emilio López > Date: Wed, 22 May 2013 20:57:37 -0300 > >> 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 warn

Re: [PATCH 3/3] net: ethernet: sun: drop unused variable

2013-05-22 Thread David Miller
From: Emilio López Date: Wed, 22 May 2013 20:57:37 -0300 > 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.