Re: [U-Boot] [PATCH v2] vf610twr: Drop unneeded 'status' variable

2013-06-06 Thread Stefano Babic
On 06/06/2013 09:50, Stefano Babic wrote: > On 05/06/2013 23:34, Fabio Estevam wrote: >> From: Fabio Estevam >> >> No need to use the 'status' variable, so just remove it. >> >> Signed-off-by: Fabio Estevam >> --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v2] vf610twr: Drop unneeded 'status' variable

2013-06-06 Thread Stefano Babic
On 05/06/2013 23:34, Fabio Estevam wrote: > From: Fabio Estevam > > No need to use the 'status' variable, so just remove it. > > Signed-off-by: Fabio Estevam > --- > Changes since v1: > - Drop status variable > > board/freescale/vf610twr/vf610twr.c | 5 + > 1 file changed, 1 insertion(+),

Re: [U-Boot] [PATCH v2] vf610twr: Drop unneeded 'status' variable

2013-06-05 Thread Otavio Salvador
On Wed, Jun 5, 2013 at 6:34 PM, Fabio Estevam wrote: > From: Fabio Estevam > > No need to use the 'status' variable, so just remove it. > > Signed-off-by: Fabio Estevam > Reviewed-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

[U-Boot] [PATCH v2] vf610twr: Drop unneeded 'status' variable

2013-06-05 Thread Fabio Estevam
From: Fabio Estevam No need to use the 'status' variable, so just remove it. Signed-off-by: Fabio Estevam --- Changes since v1: - Drop status variable board/freescale/vf610twr/vf610twr.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/board/freescale/vf610twr/vf610twr.