[COMMON] media: smfc: fix inconsistency in hardware state
authorCho KyongHo <pullip.cho@samsung.com>
Mon, 18 May 2015 07:37:49 +0000 (16:37 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:18 +0000 (20:22 +0300)
commit80c115e7f557088f0b136f963111bd346869d798
treeeaba67de2e125edb410a90ca4fac7b0748865816
parent66291c3d447a156b345177e05a9e4bb8ad3ff088
[COMMON] media: smfc: fix inconsistency in hardware state

Setting SMFC_DEV_RUNNING is after configuring H/W to start working.
If IRQ is occurred before configuring the flag, the IRQ handler
is called before the flag set.

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