Revision ca4572042e41a1aed2139ef66b0427c1f8d10179 authored by Linus Torvalds on 31 March 2016, 12:13:56 UTC, committed by Linus Torvalds on 31 March 2016, 12:13:56 UTC
Pull GPIO fixes from Linus Walleij:
 "Here are two GPIO fixes for the v4.6 series, both in drivers:

   - Prevent NULL dereference in the Xgene driver
   - Fix an uninitialized spinlock in the menz127 driver"

* tag 'gpio-v4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
  gpio: xgene: Prevent NULL pointer dereference
  gpio: menz127: Drop lock field from struct men_z127_gpio
2 parent s c5bce40 + 8d8ee18
Raw File
Kconfig.freezer
config FREEZER
	def_bool PM_SLEEP || CGROUP_FREEZER
back to top