From: Mark Brown Date: Wed, 9 Apr 2025 16:51:31 +0000 (+0100) Subject: gpio: don't compare raw GPIO descriptor pointers X-Git-Tag: v6.16-rc1~167^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ddc9ec8f3ec00eb4c88631807d02f96e05c0e7;p=thirdparty%2Fkernel%2Fstable.git gpio: don't compare raw GPIO descriptor pointers Merge series from Bartosz Golaszewski : 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(). --- 36ddc9ec8f3ec00eb4c88631807d02f96e05c0e7