Re: [PATCH 3/3] mtd: sh_flctl: remove unused variable and assignment

2015-05-01 Thread Laurent Pinchart
Hi Nicholas, Thank you for the patch. On Friday 01 May 2015 16:16:03 Nicholas Mc Guire wrote: > Fixes a compile warning [-Wunused-but-set-variable] only. > > Signed-off-by: Nicholas Mc Guire > --- > > This fixes the compile time warning: > drivers/mtd/nand/sh_flctl.c: In function 'flctl_dma_fi

[PATCH 3/3] mtd: sh_flctl: remove unused variable and assignment

2015-05-01 Thread Nicholas Mc Guire
Fixes a compile warning [-Wunused-but-set-variable] only. Signed-off-by: Nicholas Mc Guire --- This fixes the compile time warning: drivers/mtd/nand/sh_flctl.c: In function 'flctl_dma_fifo0_transfer': drivers/mtd/nand/sh_flctl.c:354:15: warning: variable 'cookie' set but not used [-Wunused-but-s