Re: [PATCH v3] media: atomisp: remove redundant prefix from dev_dbg calls
From: Jeongin Yeo
Date: Fri Jun 12 2026 - 14:24:51 EST
On Wed, May 27, 2026, at 5:05 PM, Andy Shevchenko wrote:
> 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
>
Hi, Gentle ping on this patch.
Please let me know if there is anything I should revise.
Best regards,
Jeongin Yeo