Re: [PATCH] mtd: spi-nor: change "error reading JEDEC id" from dbg to err

2019-06-06 Thread Tudor.Ambarus
On 05/24/2019 05:45 PM, Flavio Suligoi wrote: > External E-Mail > > > In case of SPI error during the reading of the nor Id, > the probe fails without any error message related to > the JEDEC Id reading procedure. > > Signed-off-by: Flavio Suligoi > --- > drivers/mtd/spi-nor/spi-nor.c | 2

[PATCH] mtd: spi-nor: change "error reading JEDEC id" from dbg to err

2019-05-24 Thread Flavio Suligoi
In case of SPI error during the reading of the nor Id, the probe fails without any error message related to the JEDEC Id reading procedure. Signed-off-by: Flavio Suligoi --- drivers/mtd/spi-nor/spi-nor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git