Merge tag 'mtd/fixes-for-5.0-rc2' of git://git.infradead.org/linux-mtd
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Jan 2019 17:14:12 +0000 (09:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Jan 2019 17:14:12 +0000 (09:14 -0800)
commite7446be4468bb24c9e45a153bcc9f29ec0372a6f
treeb17312adc543cd02a47e8a44820ff7b1cefd7ca6
parent70c25259537c073584eb906865307687275b527f
parent81d9bdf59092e4755fc4307c93c4589ef0fe2e0f
Merge tag 'mtd/fixes-for-5.0-rc2' of git://git.infradead.org/linux-mtd

Pull mtd fixes from Boris Brezillon:
 "Core MTD Fixes:

   - Fix a bug introduced when exposing MTD devs as NVMEM providers and
     check for add_mtd_device() return code everywhere

  raw NAND fixes:

   - Fix a memory corruption in the QCOM driver"

* tag 'mtd/fixes-for-5.0-rc2' of git://git.infradead.org/linux-mtd:
  mtd: rawnand: qcom: fix memory corruption that causes panic
  mtd: Check add_mtd_device() ret code
  mtd: Fix the check on nvmem_register() ret code