From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1ghdzY-0005x8-8L for linux-mtd@lists.infradead.org; Thu, 10 Jan 2019 17:19:41 +0000 Date: Thu, 10 Jan 2019 18:19:28 +0100 From: Boris Brezillon To: Linus Torvalds Cc: "linux-kernel@vger.kernel.org" , "linux-mtd@lists.infradead.org" , Richard Weinberger , Brian Norris , Miquel Raynal , Marek Vasut , David Woodhouse Subject: Re: [GIT PULL] mtd: Fixes for 5.0-rc2 Message-ID: <20190110181928.0fba0019@bbrezillon> In-Reply-To: References: <20190110092531.766738a0@bbrezillon> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 10 Jan 2019 09:16:12 -0800 Linus Torvalds wrote: > On Thu, Jan 10, 2019 at 12:25 AM Boris Brezillon wrote: > > > > MTD Fixes: > > - Fix a bug introduced when exposing MTD devs as NVMEM providers and > > check for add_mtd_device() return code everywhere > > Ahh, and this should fix the reported NULL pointer thing in sysfs. Exactly. > > Thanks, pulled. > > Linus