Re: [PATCH] spi: jcore: disable clock when registering spi conroller failed

2017-12-07 Thread Mark Brown
On Thu, Dec 07, 2017 at 07:11:41PM +0900, Takuo Koguchi wrote: > When probe function fails in registering the spi controller, the clock > should remain disabled. > > Found by Linux Driver Verification project (linuxtesting.org). I seem to have got three copies of this from you in a very short t

[PATCH] spi: jcore: disable clock when registering spi conroller failed

2017-12-07 Thread Takuo Koguchi
When probe function fails in registering the spi controller, the clock should remain disabled. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Takuo Koguchi --- Compiled test only, no runtime test done. drivers/spi/spi-jcore.c | 4 +++- 1 file changed, 3 inser

[PATCH] spi: jcore: disable clock when registering spi conroller failed When probe function fails in registering the spi controller, the clock should remain disabled.

2017-12-07 Thread Takuo Koguchi
Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Takuo Koguchi --- Compiled test only, no runtime test done. drivers/spi/spi-jcore.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/spi/spi-jcore.c b/drivers/spi/spi-jcore.c index cebf