[COMMON] media: smfc: fix missing secondary interrupt status
authorCho KyongHo <pullip.cho@samsung.com>
Wed, 15 Jul 2015 05:02:38 +0000 (14:02 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:19 +0000 (20:22 +0300)
commitffa1f20b37277def7ecb46f4749b4a4080690fc2
tree35435433e695b1deca544999262e136e746f6e7e
parent8f910fa01edde0ace3593cf47cc848c4faeb130d
[COMMON] media: smfc: fix missing secondary interrupt status

SMFC can asserts without no status indication bit of the main image set
if the secondary image causes the interrupt.
Therefor the driver should check the interrupt status of the secondary
image when the interrupt is occurred even though 0 is read from the
interrupt status register of the main image.

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