Re: [PATCH v3 1/3] gpio: gpio-regmap: add flags to control some behaviour
From: Marcos Del Sol Vives
Date: Fri Aug 22 2025 - 07:04:58 EST
El 22/08/2025 a las 9:07, Michael Walle escribió:
>>> + ret = gpio_regmap_set(chip, offset, value);
>>> + if (ret)
>>> + return ret;
>
> Could you add a short paragraph to the commit message that you've
> added error checking? Something like:
>
> While at it, add the missing error check in
> gpio_regmap_direction_output().
>
Added! Thanks for the feedback!