media: rkisp1: rkisp1-params.c: Fix typos
s/when the camera active/when the camera is active/ s/thus not isr protection/therefore there is no need to acquire a lock/ Signed-off-by: Sebastian Fricke <sebastian.fricke@posteo.net> Reviewed-by: Dafna Hirschfeld <dafna.hirschfeld@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
71c4151812
commit
27ba44270b
1 changed files with 4 additions and 1 deletions
|
@ -1258,7 +1258,10 @@ void rkisp1_params_configure(struct rkisp1_params *params,
|
|||
rkisp1_params_config_parameter(params);
|
||||
}
|
||||
|
||||
/* Not called when the camera active, thus not isr protection. */
|
||||
/*
|
||||
* Not called when the camera is active, therefore there is no need to acquire
|
||||
* a lock.
|
||||
*/
|
||||
void rkisp1_params_disable(struct rkisp1_params *params)
|
||||
{
|
||||
rkisp1_param_clear_bits(params, RKISP1_CIF_ISP_DPCC_MODE,
|
||||
|
|
Loading…
Add table
Reference in a new issue