mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
media: sun6i-isp: params: Fix incorrect indentation
Remove a heading whitespace that results in a smatch warning.
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Fixes: e3185e1d7c ("media: staging: media: Add support for the Allwinner A31 ISP")
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
7266eb7c5a
commit
94c34359c8
|
|
@ -183,8 +183,8 @@ void sun6i_isp_params_configure(struct sun6i_isp_device *isp_dev)
|
|||
if (state->configured)
|
||||
goto complete;
|
||||
|
||||
sun6i_isp_params_configure_modules(isp_dev,
|
||||
&sun6i_isp_params_config_default);
|
||||
sun6i_isp_params_configure_modules(isp_dev,
|
||||
&sun6i_isp_params_config_default);
|
||||
|
||||
state->configured = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user