gpio: don't compare raw GPIO descriptor pointers
authorMark Brown <broonie@kernel.org>
Wed, 9 Apr 2025 16:51:31 +0000 (17:51 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 9 Apr 2025 16:51:31 +0000 (17:51 +0100)
Merge series from Bartosz Golaszewski <brgl@bgdev.pl>:

Handling of shared GPIOs in the kernel needs some improvements. Let's
start with a simple change of not comparing GPIO descriptor pointers
directly as there's nothing that guarantees that the same physical pin
will always be represented by a single GPIO descriptor obtained by
calling gpiod_get().


Trivial merge