[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)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:18 +0000 (20:22 +0300)
commitc30c68e78edb02b0dab44ddbc5700568d67e5fd6
treefec3cb5b619a8b5f02a84f195f6239c79a874531
parent52312d6990f3edbd1338cc1cfe9f788d45aedf75
[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