Re: [PATCH] spi: meson-axg: Fix error handling in meson_spicc_probe()

2018-04-26 Thread Neil Armstrong
Hi Alexey, On 13/04/2018 23:39, Alexey Khoroshilov wrote: > If devm_spi_register_master() fails in meson_spicc_probe(), > spicc->core is left undisabled. The patch fixes that. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov

Re: [PATCH] spi: meson-axg: Fix error handling in meson_spicc_probe()

2018-04-26 Thread Neil Armstrong
Hi Alexey, On 13/04/2018 23:39, Alexey Khoroshilov wrote: > If devm_spi_register_master() fails in meson_spicc_probe(), > spicc->core is left undisabled. The patch fixes that. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov > --- >

[PATCH] spi: meson-axg: Fix error handling in meson_spicc_probe()

2018-04-13 Thread Alexey Khoroshilov
If devm_spi_register_master() fails in meson_spicc_probe(), spicc->core is left undisabled. The patch fixes that. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/spi/spi-meson-spicc.c | 11 --- 1 file

[PATCH] spi: meson-axg: Fix error handling in meson_spicc_probe()

2018-04-13 Thread Alexey Khoroshilov
If devm_spi_register_master() fails in meson_spicc_probe(), spicc->core is left undisabled. The patch fixes that. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/spi/spi-meson-spicc.c | 11 --- 1 file changed, 8