Re: [PATCH v2 1/3] i2c: s3c2410: Add missing clock unprepare on probe() error path

2016-04-25 Thread Wolfram Sang
On Thu, Apr 21, 2016 at 09:04:49AM +0200, Krzysztof Kozlowski wrote: > If during probe() the s3c24xx_i2c_init() failed, the clock was left in > disabled but prepared state. > > Signed-off-by: Krzysztof Kozlowski > Reviewed-by: Javier Martinez Canillas > Applied to for-next, thanks! signatur

[PATCH v2 1/3] i2c: s3c2410: Add missing clock unprepare on probe() error path

2016-04-21 Thread Krzysztof Kozlowski
If during probe() the s3c24xx_i2c_init() failed, the clock was left in disabled but prepared state. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Javier Martinez Canillas --- Changes since v1: 1. Add Javier's reviewed-by. --- drivers/i2c/busses/i2c-s3c2410.c | 1 + 1 file changed, 1 inserti