spi/s3c64xx: Do not ignore return value of spi_master_resume/suspend
commit347de6bab4bd0166115a5c90491a05bf9df508ee
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 21 Oct 2013 13:42:49 +0000 (21 15:42 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 22 Oct 2013 08:34:30 +0000 (22 09:34 +0100)
tree01c59ebd8cb02265635177336ac2332d2c393f7f
parentebd805cc14bec607e74795b7933570f240508cb4
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