From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from hauke-2-pt.tunnel.tserv6.fra1.ipv6.he.net ([2001:470:1f0a:465::2] helo=hauke-m.de) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Tzupp-0008Cw-04 for linux-mtd@lists.infradead.org; Mon, 28 Jan 2013 19:57:41 +0000 Message-ID: <5106D82A.8080507@hauke-m.de> Date: Mon, 28 Jan 2013 20:57:30 +0100 From: Hauke Mehrtens MIME-Version: 1.0 To: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= Subject: Re: [PATCH V2 4/6] mtd: bcm47xxnflash: register this as normal driver References: <1359368750-19763-3-git-send-email-zajec5@gmail.com> <1359368750-19763-4-git-send-email-zajec5@gmail.com> In-Reply-To: <1359368750-19763-4-git-send-email-zajec5@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: linux-mtd@lists.infradead.org, David Woodhouse , Artem Bityutskiy List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 01/28/2013 11:25 AM, Rafał Miłecki wrote: > From: Hauke Mehrtens > > When platform_driver_probe() is used and no device is registered for > this driver -ENODEV is returned and and error message is shown. Not all > BCM47xx SoC have a nand flash chip controller and chip and for them an > error message was shown. > > Signed-off-by: Hauke Mehrtens > --- > V2: rebase after change in V2 of 3/6 Thanks Rafał for taking this up. Hauke