Re: [PATCH v2] media: atomisp: remove function name from dev_dbg calls

From: Andy Shevchenko

Date: Wed May 27 2026 - 01:27:59 EST


On Tue, May 26, 2026 at 10:03 PM Jeongin Yeo <jeongin.yeo@xxxxxxxxxxxx> wrote:
>
> Remove the hardcoded function name prefix from dev_dbg() output
> strings within ia_css_binary_find(). dev_dbg() can already emit
> the function name via dynamic_debug's 'f' flag, 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.

...

> dev_dbg(atomisp_dev,
> - "ia_css_binary_find() [%d] continue: !%d && %d && (%d != %d)\n",
> + "[%d] continue: !%d && %d && (%d != %d)\n",
> __LINE__, candidate->enable.continuous,
> continuous, mode, IA_CSS_BINARY_MODE_COPY);

__LINE__ is also provided.


--
With Best Regards,
Andy Shevchenko