OSDN Git Service

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)
commitc88e40e07cd967dcdf37321a63ab6e8b0d881100
tree0f7bda70a3448e234851da937da12f175bb73caa
parent39071cf828b42fa62336849dc910d7b74c905698
parent63b2de12b7eeacfb2edbe005f5c3cff17a2a02e2
Merge tag 'mfd-fixes-5.2-1' of git://git./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()