]> Git Repo - linux.git/commitdiff
media: sun6i-isp: params: Fix incorrect indentation
authorPaul Kocialkowski <[email protected]>
Thu, 8 Dec 2022 14:20:05 +0000 (15:20 +0100)
committerHans Verkuil <[email protected]>
Mon, 12 Dec 2022 10:36:01 +0000 (11:36 +0100)
Remove a heading whitespace that results in a smatch warning.

Signed-off-by: Paul Kocialkowski <[email protected]>
Fixes: e3185e1d7c14 ("media: staging: media: Add support for the Allwinner A31 ISP")
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_params.c

index 8039e311cb1c3ce600443378307c4a72549975b3..7b41a13162b9ac4a0cb0a868d8b86d4c7d1f8df0 100644 (file)
@@ -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;
 
This page took 0.057046 seconds and 4 git commands to generate.