Re: [PATCH] media: atomisp: pci: sh_css: Replace macro STATS_ENABLED() with function

From: Andy Shevchenko
Date: Thu Jan 19 2023 - 09:10:43 EST


On Thu, Jan 19, 2023 at 3:43 PM Brent Pappas <bpappas@xxxxxxxxxxxxxxx> wrote:
>
> Replace the macro STATS_ENABLED() with a static function to conform to
> Linux coding style standards.

I believe the best approach here is to drop that completely and move
its content to be inline in the only caller.

--
With Best Regards,
Andy Shevchenko