Re: [PATCH v3] media: atomisp: remove redundant prefix from dev_dbg calls
From: Andy Shevchenko
Date: Wed May 27 2026 - 04:06:59 EST
On Wed, May 27, 2026 at 9:37 AM Jeongin Yeo <jeongin.yeo@xxxxxxxxxxxx> wrote:
>
> Remove the hardcoded function name and line number prefix from
> dev_dbg() output strings within ia_css_binary_find(). dev_dbg()
> can already emit the function name and line number via dynamic_debug's
> 'f' and 'l' flags, so embedding it in the format string is redundant.
>
> This resolves the EMBEDDED_FUNCTION_NAME checkpatch warnings without
> introducing __func__ to format strings.
>
> No functional changes.
LGTM,
Reviewed-by: Andy Shevchenko <andy@xxxxxxxxxx>
--
With Best Regards,
Andy Shevchenko