]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpiolib: Even more opportunities to use str_high_low() helper
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Feb 2025 11:29:36 +0000 (13:29 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 11 Feb 2025 08:45:30 +0000 (09:45 +0100)
commit5f05e9194ada5609edbefb542c0dbfdbae984958
tree105200766f3649e0b6f62bb47bface443fe635c7
parent5892cfc7db9814a71c991da7024fa03384e48924
gpiolib: Even more opportunities to use str_high_low() helper

The one of previous changes modified the library code to use
helpers from string_choices.h. Nevertheless it misses more
opportunities to convert the code. Here is the second part
of the conversion.

Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20250205112936.575493-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpiolib.c