mirror of https://gitee.com/openkylin/linux.git
media: stm32-dcmi: remove redundant capture enable
Remove redundant capture enable already done in dcmi_start_capture(). Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
7f43ff953f
commit
2a18115d43
|
@ -255,9 +255,6 @@ static void dcmi_dma_callback(void *param)
|
|||
spin_unlock(&dcmi->irqlock);
|
||||
return;
|
||||
}
|
||||
|
||||
/* Enable capture */
|
||||
reg_set(dcmi->regs, DCMI_CR, CR_CAPTURE);
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue