Re: [PATCH] mtd: spi-nor: hisi: do not ignore clk_prepare_enable() failure

2017-03-07 Thread Cyrille Pitchen
Le 18/02/2017 à 16:23, Marek Vasut a écrit : > On 02/17/2017 11:08 PM, Alexey Khoroshilov wrote: >> hisi_spi_nor_probe() ignores clk_prepare_enable() error code. >> The patch fixes that. >> >> Found by Linux Driver Verification project (linuxtesting.org). >> >> Signed-off-by: Alexey Khoroshilov

Re: [PATCH] mtd: spi-nor: hisi: do not ignore clk_prepare_enable() failure

2017-03-07 Thread Cyrille Pitchen
Le 18/02/2017 à 16:23, Marek Vasut a écrit : > On 02/17/2017 11:08 PM, Alexey Khoroshilov wrote: >> hisi_spi_nor_probe() ignores clk_prepare_enable() error code. >> The patch fixes that. >> >> Found by Linux Driver Verification project (linuxtesting.org). >> >> Signed-off-by: Alexey Khoroshilov >

Re: [PATCH] mtd: spi-nor: hisi: do not ignore clk_prepare_enable() failure

2017-02-18 Thread Marek Vasut
On 02/17/2017 11:08 PM, Alexey Khoroshilov wrote: > hisi_spi_nor_probe() ignores clk_prepare_enable() error code. > The patch fixes that. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov Acked-by: Marek Vasut

Re: [PATCH] mtd: spi-nor: hisi: do not ignore clk_prepare_enable() failure

2017-02-18 Thread Marek Vasut
On 02/17/2017 11:08 PM, Alexey Khoroshilov wrote: > hisi_spi_nor_probe() ignores clk_prepare_enable() error code. > The patch fixes that. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov Acked-by: Marek Vasut > --- >

[PATCH] mtd: spi-nor: hisi: do not ignore clk_prepare_enable() failure

2017-02-17 Thread Alexey Khoroshilov
hisi_spi_nor_probe() ignores clk_prepare_enable() error code. The patch fixes that. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/mtd/spi-nor/hisi-sfc.c | 5 - 1 file changed, 4 insertions(+), 1

[PATCH] mtd: spi-nor: hisi: do not ignore clk_prepare_enable() failure

2017-02-17 Thread Alexey Khoroshilov
hisi_spi_nor_probe() ignores clk_prepare_enable() error code. The patch fixes that. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/mtd/spi-nor/hisi-sfc.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git