On Fri, Jan 20, 2023 at 12:14:08PM -0500, Brent Pappas wrote: > Inline the single invocation of the macro STATS_ENABLED(). > The macro abstraction is not necessary because the logic behind it is only > used once. > > Signed-off-by: Brent Pappas <bpappas@xxxxxxxxxxxxxxx> > --- > Changelog: > V1 -> V2: Inline macro instead of replacing it with a function. > > V2 -> V3: Remove unnecessary check that stage is non-null. > Thanks! Reviewed-by: Dan Carpenter <error27@xxxxxxxxx> regards, dan carpenter