Re: [PATCH 01/17] all: don't use bitmap_weight() where possible

From: Michał Mirosław
Date: Sat Dec 18 2021 - 17:16:17 EST


On Sat, Dec 18, 2021 at 01:19:57PM -0800, Yury Norov wrote:
> Don't call bitmap_weight() if the following code can get by
> without it.
>
> Signed-off-by: Yury Norov <yury.norov@xxxxxxxxx>
> ---
> drivers/net/dsa/b53/b53_common.c | 6 +-----
> drivers/net/ethernet/broadcom/bcmsysport.c | 6 +-----
> drivers/thermal/intel/intel_powerclamp.c | 9 +++------
> 3 files changed, 5 insertions(+), 16 deletions(-)
[...]

Looks good, but I think this needs to be split per subsystem.

Best Regards
Michał Mirosław