mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
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: Kathara Sasikumar <katharasasikumar007@gmail.com> Link: https://lore.kernel.org/r/20240730082725.2524-1-katharasasikumar007@gmail.com Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
83e80dc8fe
commit
f59ba45273
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user