Commit 7e8d85235677 for kernel

commit 7e8d85235677b6571857c26854ad1d4edc64c50c
Merge: 99e447220b93 fbd03587ba73
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Feb 20 16:10:54 2026 -0800

    Merge tag 'gpio-fixes-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux

    Pull gpio fixes from Bartosz Golaszewski:

     - add a missing IS_ERR() check in gpio-nomadik

     - fix a NULL-pointer dereference in GPIO character device code

     - restore label matching in swnode-lookup due to reported regressions
       in existing users (this will get removed again once we audit and
       update all drivers)

     - fix remove path in GPIO sysfs code

     - normalize the return value of gpio_chip::get() in gpio-amd-fch

    * tag 'gpio-fixes-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
      gpio: amd-fch: ionly return allowed values from amd_fch_gpio_get()
      gpio: sysfs: fix chip removal with GPIOs exported over sysfs
      gpio: swnode: restore the swnode-name-against-chip-label matching
      gpio: cdev: Avoid NULL dereference in linehandle_create()
      gpio: nomadik: Add missing IS_ERR() check