Merge tag 'for-linus-20150516' of git://git.infradead.org/linux-mtd
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 18 May 2015 17:01:54 +0000 (10:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 18 May 2015 17:01:54 +0000 (10:01 -0700)
commit7cf7d424c309457b21318b05963ff3fd723d5bcd
treef24ae5b0bc01978761b285ae546f2076ca705747
parentc0655fe9b0901a968800f56687be3c62b4cce5d2
parent8947e396a8296c5297928b60043f35dfa56baa05
Merge tag 'for-linus-20150516' of git://git.infradead.org/linux-mtd

Pull MTD fixes from Brian Norris:
 "Two MTD fixes for 4.1:

   - readtest: the signal-handling code was clobbering the error codes
     we should be handling/reporting in this test, rendering it useless.
     Noticed by Coverity.

   - the common SPI NOR flash DT binding (merged for 4.1-rc1) is being
     revised, so let's change that before 4.1 is minted"

* tag 'for-linus-20150516' of git://git.infradead.org/linux-mtd:
  Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor"
  mtd: readtest: don't clobber error reports