mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user