[COMMON] media: smfc: return error if error found in .device_run()
authorCho KyongHo <pullip.cho@samsung.com>
Mon, 4 May 2015 07:06:30 +0000 (16:06 +0900)
committerSeungchul Kim <sc377.kim@samsung.com>
Mon, 28 May 2018 05:30:57 +0000 (14:30 +0900)
commit7628c93c771a083783ada94d655a51e235a24930
treedccbd011a1f47e6fd354e8a70cbee44b40ce21ac
parent7479b937682459af2103bc1410bacccfeb881602
[COMMON] media: smfc: return error if error found in .device_run()

There may be an error during pm_runtime_get() or clk_enable(). In that
situation, the driver should handle the exceptional cases.

Change-Id: If2ad5fc261eeb3e957a9abfeecac26fe66478d80
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
drivers/media/platform/exynos/smfc/smfc.c