Re: [U-Boot] [PATCH] mtd/nand: docg4: fix compiler warnings

2013-06-26 Thread Marek Vasut
Dear Scott Wood, > On 06/26/2013 05:42:52 PM, Marek Vasut wrote: > > Dear Scott Wood, > > > > > On 06/26/2013 02:33:53 PM, Mike Dunn wrote: > > > > Newer gcc versions warn about unused variables. This patch > > > > corrects > > > > > > a few of > > > > those warnings that popped up in a build

Re: [U-Boot] [PATCH] mtd/nand: docg4: fix compiler warnings

2013-06-26 Thread Scott Wood
On 06/26/2013 05:42:52 PM, Marek Vasut wrote: Dear Scott Wood, > On 06/26/2013 02:33:53 PM, Mike Dunn wrote: > > Newer gcc versions warn about unused variables. This patch corrects > > a few of > > those warnings that popped up in a build for the palmtreo680 board. > > > > Signed-off-by:

Re: [U-Boot] [PATCH] mtd/nand: docg4: fix compiler warnings

2013-06-26 Thread Marek Vasut
Dear Scott Wood, > On 06/26/2013 02:33:53 PM, Mike Dunn wrote: > > Newer gcc versions warn about unused variables. This patch corrects > > a few of > > those warnings that popped up in a build for the palmtreo680 board. > > > > Signed-off-by: Mike Dunn > > --- > > > > drivers/mtd/nand/docg4_s

Re: [U-Boot] [PATCH] mtd/nand: docg4: fix compiler warnings

2013-06-26 Thread Scott Wood
On 06/26/2013 02:33:53 PM, Mike Dunn wrote: Newer gcc versions warn about unused variables. This patch corrects a few of those warnings that popped up in a build for the palmtreo680 board. Signed-off-by: Mike Dunn --- drivers/mtd/nand/docg4_spl.c | 15 +++ 1 file changed, 7 ins

[U-Boot] [PATCH] mtd/nand: docg4: fix compiler warnings

2013-06-26 Thread Mike Dunn
Newer gcc versions warn about unused variables. This patch corrects a few of those warnings that popped up in a build for the palmtreo680 board. Signed-off-by: Mike Dunn --- drivers/mtd/nand/docg4_spl.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/drivers