Re: [PATCH 04/22] gpiolib: cdev: refactor gpiohandle_flags_to_desc_flags

From: Bartosz Golaszewski
Date: Wed Jun 24 2020 - 09:51:57 EST


wt., 23 cze 2020 o 06:02 Kent Gibson <warthog618@xxxxxxxxx> napisaÅ(a):
>
> Refactor the mapping from handle flags to desc flags into a helper
> function.
>
> The assign_bit is overkill where it is replacing the set_bit cases, as is
> rechecking bits known to be clear in some circumstances, but the DRY
> simplification more than makes up for any performance degradation,
> especially as this is not a hot path.
>
> Signed-off-by: Kent Gibson <warthog618@xxxxxxxxx>
>

Agreed and I like the code shrink.

Reviewed-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>