]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-20160415' of git://git.infradead.org/linux-mtd
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Apr 2016 22:25:09 +0000 (15:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Apr 2016 22:25:09 +0000 (15:25 -0700)
commit8094d04081b5f5cce69327aed088d4eba9d1f499
tree2f39eb82f1a2504f4c567f0dadb0990c347a3c0c
parentba3b8d8a58e29330fa8b967c0481eb2c5e03fb48
parent9b48cdc09239aa2d8c6123cc7da757bb993154c6
Merge tag 'for-linus-20160415' of git://git.infradead.org/linux-mtd

Pull MTD fix from Brian Norris:
 "One MTD fix for v4.6-rc4:

  In the v4.4 cycle, we relaxed the requirement for assigning
  mtd->owner, but we didn't remove this error case.  It's hit only
  by drivers that are both:

   (a) using nand_scan() directly
  and
   (b) built as modules

  We haven't seen explicit complaints about this (most use cases don't
  fit one or both of the above), but we should definitely not be
  BUG()'ing here"

* tag 'for-linus-20160415' of git://git.infradead.org/linux-mtd:
  mtd: nand: Drop mtd.owner requirement in nand_scan