diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2013-06-10 18:22:26 +0200 |
---|---|---|
committer | Mark Brown <broonielinaro.org> | 2013-06-10 19:04:00 +0200 |
commit | 6c6cf64b16438eac6da9a90412a82316ad196e7c (patch) | |
tree | f9d8ef9eeb87dd9fd868ec1ac7f460ae8ee30b26 /drivers/media/platform/exynos4-is/fimc-isp.c | |
parent | Linux 3.10-rc5 (diff) | |
download | linux-6c6cf64b16438eac6da9a90412a82316ad196e7c.tar.xz linux-6c6cf64b16438eac6da9a90412a82316ad196e7c.zip |
spi: s3c64xx: Fix pm_runtime_get_sync() return value check
If the device is already in a runtime PM enabled state
pm_runtime_get_sync() will return 1, so a test for negative
value should be used to check for errors.
Without this patch there are seen errors like:
[ 8.540000] s3c64xx-spi 13930000.spi: Failed to enable device: 1
[ 8.545000] spi_master spi1: failed to prepare transfer hardware
Likely because the driver uses synchronous API to runtime enable
the device and asynchronous one to disable it.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mark Brown <broonielinaro.org>
Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/media/platform/exynos4-is/fimc-isp.c')
0 files changed, 0 insertions, 0 deletions