Re: [U-Boot] [PATCH] board/purple/flash.c: removed unneded variable

2010-08-08 Thread Wolfgang Denk
Dear Frans Meulenbroeks, In message <1280650241-7821-1-git-send-email-fransmeulenbro...@gmail.com> you wrote: > removed a variable that was not used > > Signed-off-by: Frans Meulenbroeks > --- > > This supersedes 0001-board-purple-flash.c-removed-unneded-test.patch > submitted yesterday > >

Re: [U-Boot] [PATCH] board/purple/flash.c: removed unneded variable

2010-08-01 Thread Frans Meulenbroeks
2010/8/1 Sergei Shtylyov > Hello. > > > Frans Meulenbroeks wrote: > > removed a variable that was not used >> > > Signed-off-by: Frans Meulenbroeks >> > > [...] > > > diff --git a/board/purple/flash.c b/board/purple/flash.c >> index 37c7bec..5cee35e 100644 >> --- a/board/purple/flash.c >> +++

Re: [U-Boot] [PATCH] board/purple/flash.c: removed unneded variable

2010-08-01 Thread Sergei Shtylyov
Hello. Frans Meulenbroeks wrote: > removed a variable that was not used > Signed-off-by: Frans Meulenbroeks [...] > diff --git a/board/purple/flash.c b/board/purple/flash.c > index 37c7bec..5cee35e 100644 > --- a/board/purple/flash.c > +++ b/board/purple/flash.c [...] > @@ -490,7 +489,7 @@ in

[U-Boot] [PATCH] board/purple/flash.c: removed unneded variable

2010-08-01 Thread Frans Meulenbroeks
removed a variable that was not used Signed-off-by: Frans Meulenbroeks --- This supersedes 0001-board-purple-flash.c-removed-unneded-test.patch submitted yesterday board/purple/flash.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/board/purple/flash.c b/board/pu