]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mfd-fixes-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 24 Jun 2019 19:41:03 +0000 (03:41 +0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 24 Jun 2019 19:41:03 +0000 (03:41 +0800)
commitfdf11c927ed8760fefe514b4ddaa456e78debcd3
tree0f7bda70a3448e234851da937da12f175bb73caa
parent88c86fc8a4e0be013f0c5da937e866b170e12061
parenta99215356a0dd9ce7e464c2812d638ec514eae7c
Merge tag 'mfd-fixes-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd

Pull mfd bugfix from Lee Jones.

Fix stmfx type confusion between regmap_read() (which takes an "u32")
and the bitmap operations (which take an "unsigned long" array).

* tag 'mfd-fixes-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd:
  mfd: stmfx: Fix an endian bug in stmfx_irq_handler()
  mfd: stmfx: Uninitialized variable in stmfx_irq_handler()