Re: [PATCH] mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 option

2019-07-09 Thread Miquel Raynal
Hi Christophe, Christophe Kerello wrote on Tue, 9 Jul 2019 09:50:10 +0200: > On 7/1/19 9:11 AM, Miquel Raynal wrote: > > Hi Christophe, > > > > Christophe Kerello wrote on Fri, 21 Jun > > 2019 16:43:09 +0200: > > > >> This patch solves warnings detected by setting W=1 when building. > >> >

Re: [PATCH] mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 option

2019-07-09 Thread Christophe Kerello
On 7/1/19 9:11 AM, Miquel Raynal wrote: Hi Christophe, Christophe Kerello wrote on Fri, 21 Jun 2019 16:43:09 +0200: This patch solves warnings detected by setting W=1 when building. Warnings type detected: drivers/mtd/nand/raw/stm32_fmc2_nand.c: In function ‘stm32_fmc2_calc_timings’:

Re: [PATCH] mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 option

2019-07-01 Thread Miquel Raynal
Hi Christophe, Christophe Kerello wrote on Fri, 21 Jun 2019 16:43:09 +0200: > This patch solves warnings detected by setting W=1 when building. > > Warnings type detected: > drivers/mtd/nand/raw/stm32_fmc2_nand.c: In function ‘stm32_fmc2_calc_timings’: >

Re: [PATCH] mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 option

2019-07-01 Thread Miquel Raynal
Hi Christophe, Christophe Kerello wrote on Fri, 21 Jun 2019 16:43:09 +0200: > This patch solves warnings detected by setting W=1 when building. > > Warnings type detected: > drivers/mtd/nand/raw/stm32_fmc2_nand.c: In function ‘stm32_fmc2_calc_timings’: >

[PATCH] mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 option

2019-06-21 Thread Christophe Kerello
This patch solves warnings detected by setting W=1 when building. Warnings type detected: drivers/mtd/nand/raw/stm32_fmc2_nand.c: In function ‘stm32_fmc2_calc_timings’: drivers/mtd/nand/raw/stm32_fmc2_nand.c:1417:23: warning: comparison is always false due to limited range of data type