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: ceph-for-6.17-rc6~780^2~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=36ddc9ec8f3ec00eb4c88631807d02f96e05c0e7;p=ceph-client.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