Re: [U-Boot] [PATCH] env_flash.c: Drop unused variables

2014-04-18 Thread Tom Rini
On Thu, Apr 17, 2014 at 04:21:52PM -0400, Tom Rini wrote: > With 7ce1526 we no longer need 'len' or 'res', so drop these variables. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature _

[U-Boot] [PATCH] env_flash.c: Drop unused variables

2014-04-17 Thread Tom Rini
With 7ce1526 we no longer need 'len' or 'res', so drop these variables. Signed-off-by: Tom Rini --- common/env_flash.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/env_flash.c b/common/env_flash.c index b3ad908..004e884 100644 --- a/common/env_flash.c +++ b/com