From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from n16a.bullet.mail.mud.yahoo.com ([68.142.207.126]) by bombadil.infradead.org with smtp (Exim 4.69 #1 (Red Hat Linux)) id 1Lq8bL-0005bo-HV for linux-mtd@lists.infradead.org; Sat, 04 Apr 2009 16:20:17 +0000 From: David Brownell To: David Woodhouse Subject: Re: [patch/rfc 2.6.29 1/2] MTD: driver model updates Date: Sat, 4 Apr 2009 09:20:06 -0700 References: <200903260042.42091.david-b@pacbell.net> <1238855797.4068.6.camel@macbook.infradead.org> In-Reply-To: <1238855797.4068.6.camel@macbook.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904040920.06981.david-b@pacbell.net> Cc: Linux MTD , linux-kernel@vger.kernel.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Saturday 04 April 2009, David Woodhouse wrote: > think I'm going to add a WARN_ON(&mtd->dev.parent) into the core code. I hope you mean WARN_ON(!mtd->dev.parent) ... :)