]> git.baikalelectronics.ru Git - kernel.git/commit
spi/s3c64xx: Do not ignore return value of spi_master_resume/suspend
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 21 Oct 2013 13:42:49 +0000 (15:42 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 22 Oct 2013 08:34:30 +0000 (09:34 +0100)
commitfd17152324c6f54e3bcef9a61c78dd4947034987
tree01c59ebd8cb02265635177336ac2332d2c393f7f
parent812fbe00ee2ea09b4d1c3a925b1a407335eb3be7
spi/s3c64xx: Do not ignore return value of spi_master_resume/suspend

During PM resume and suspend do not ignore the return value of
spi_master_suspend() or spi_master_resume(). Instead pass it further.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-s3c64xx.c