mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: rockchip: vicap fixes err of rerun toisp irq handler function
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: I794f106a2689f1de1d78f5641b3e850e8083b761
This commit is contained in:
@@ -10957,6 +10957,7 @@ void rkcif_irq_handle_toisp(struct rkcif_device *cif_dev, unsigned int intstat_g
|
||||
return;
|
||||
|
||||
for (i = 0; i < 2; i++) {
|
||||
to_check = false;
|
||||
if (priv->toisp_inf.link_mode == TOISP0 &&
|
||||
i == 0) {
|
||||
to_check = true;
|
||||
|
||||
Reference in New Issue
Block a user