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)
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>

No differences found