[PATCH] spi: spi-s3c64xx: Add missing pm_runtime_put on setup fail

2013-10-17 Thread Krzysztof Kozlowski
pm_runtime_put() wasn't called if clock rate could not be set up in s3c64xx_spi_setup() leading to invalid count of device pm_runtime usage. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- drivers/spi/spi-s3c64xx.c |1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH] spi: spi-s3c64xx: Add missing pm_runtime_put on setup fail

2013-10-17 Thread Sylwester Nawrocki
On 17/10/13 14:45, Krzysztof Kozlowski wrote: pm_runtime_put() wasn't called if clock rate could not be set up in s3c64xx_spi_setup() leading to invalid count of device pm_runtime usage. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Reviewed-by: Sylwester Nawrocki

Re: [PATCH] spi: spi-s3c64xx: Add missing pm_runtime_put on setup fail

2013-10-17 Thread Mark Brown
On Thu, Oct 17, 2013 at 02:45:41PM +0200, Krzysztof Kozlowski wrote: pm_runtime_put() wasn't called if clock rate could not be set up in s3c64xx_spi_setup() leading to invalid count of device pm_runtime usage. Applied, thanks. signature.asc Description: Digital signature