Re: [PATCH v3] media: atomisp: remove redundant prefix from dev_dbg calls

From: Jeongin Yeo

Date: Wed Jul 01 2026 - 13:29:43 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>
>

Hi,

Gentle second ping on this patch.

It already has Andy's Reviewed-by; is this patch ready to be picked up, or
is there anything else I should address?

Best regards,
Jeongin Yeo