media: rockchip: vicap fixed toisp fs interrupt mask error

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: I524c60e2c99f49a98b90d5e18aa50592c55863d2
This commit is contained in:
Zefa Chen
2022-07-14 20:21:27 +08:00
parent 0bd81e611e
commit aa12781766

View File

@@ -360,7 +360,7 @@ static int sditf_channel_enable(struct sditf_priv *priv, int user)
ch0 = 24;//dvp
ctrl_val = (ch0 << 3) | 0x1;
if (user == 0)
int_en = CIF_TOISP1_FS(0);
int_en = CIF_TOISP0_FS(0);
else
int_en = CIF_TOISP1_FS(0);
priv->toisp_inf.ch_info[0].is_valid = true;