Commit f59ba452 authored by Kathara Sasikumar's avatar Kathara Sasikumar Committed by Mauro Carvalho Chehab
Browse files

media: atomisp: Fix trailing statement in ia_css_de.host.c



Fix checkpatch diagostic of Error : Trailing statements should be on the
next line

Signed-off-by: default avatarKathara Sasikumar <katharasasikumar007@gmail.com>
Link: https://lore.kernel.org/r/20240730082725.2524-1-katharasasikumar007@gmail.com


Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 83e80dc8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -47,7 +47,8 @@ ia_css_de_dump(
    const struct sh_css_isp_de_params *de,
    unsigned int level)
{
	if (!de) return;
	if (!de)
		return;
	ia_css_debug_dtrace(level, "Demosaic:\n");
	ia_css_debug_dtrace(level, "\t%-32s = %d\n",
			    "de_pixelnoise", de->pixelnoise);