[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)
committerSeungchul Kim <sc377.kim@samsung.com>
Mon, 28 May 2018 05:31:08 +0000 (14:31 +0900)
commit7b0ad5114b74bc9119cb66001ce0b06d064ec81b
tree0ed1b7ee1ddb5356401e446a208acf9b43dea879
parentf9108fb71a56ccbc63f389b68a16091dab6bcbc6
[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