mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 03:33:58 +08:00
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
Block a user