Re: [PATCH 11/22] gpiolib: cdev: remove recalculation of offset

From: Bartosz Golaszewski
Date: Tue Jun 30 2020 - 04:57:18 EST


On Tue, Jun 23, 2020 at 6:02 AM Kent Gibson <warthog618@xxxxxxxxx> wrote:
>
> Remove recalculation of offset from desc, where desc itself was calculated
> from offset.
>
> There is no benefit from for the desc -> hwgpio conversion in this
> context. The only implicit benefit of the offset -> desc -> hwgpio is
> the range check in the offset -> desc, but where desc is required you
> still get that, and where desc isn't required it is simpler to perform
> the range check directly.
>
> Signed-off-by: Kent Gibson <warthog618@xxxxxxxxx>

Reviewed-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>