Re: [PATCH v1 1/1] pinctrl: tangier: Move default strength assignment to a switch-case

From: Raag Jadav
Date: Mon Oct 30 2023 - 17:14:20 EST


On Mon, Oct 30, 2023 at 05:53:40PM +0200, Andy Shevchenko wrote:
> iWhen ->pin_config_set() is called from the GPIO library (assumed
> GpioIo() ACPI resource), the argument can be 1, when, for example,
> PullDefault is provided. In such case we supply sane default in
> the driver. Move that default assingment to a switch-case, so
> it will be consolidated in one place.

Looks good.

iWhen -> When

Raag