]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'gpio-fixes-for-v5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Feb 2021 17:44:22 +0000 (09:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Feb 2021 17:44:22 +0000 (09:44 -0800)
commit0ad636ef86a221e42f0d4b95bd9a0ea877e3d7f4
treedacfd4bb2d449630c79b8bc5d4fe50c85863e92d
parent3d354d721e1314257eb5d10db047006524c864a0
parent8090efb81df799e54704cd490e89fd811c7279d8
Merge tag 'gpio-fixes-for-v5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux

Pull gpio fixes from Bartosz Golaszewski:
 "Some more fixes from the GPIO subsystem for this release. This time
  it's only core fixes:

   - fix a memory leak in error path in gpiolib

   - clear debounce period in output mode in the character device code

   - remove shadowed variable"

* tag 'gpio-fixes-for-v5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
  gpio: gpiolib: remove shadowed variable
  gpiolib: free device name on error path to fix kmemleak
  gpiolib: cdev: clear debounce period if line set to output