From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pw0-f49.google.com ([209.85.160.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QZFeX-0000dX-P1 for linux-mtd@lists.infradead.org; Wed, 22 Jun 2011 05:07:02 +0000 Received: by pwi3 with SMTP id 3so444002pwi.36 for ; Tue, 21 Jun 2011 22:06:59 -0700 (PDT) Subject: Re: [PATCH 2/2] mtd: onenand/samsung.c: fix build error From: Artem Bityutskiy To: Brian Norris Date: Wed, 22 Jun 2011 08:07:41 +0300 In-Reply-To: References: <1308298176.13535.1.camel@phoenix> <1308298294.13535.3.camel@phoenix> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Message-ID: <1308719266.18119.31.camel@sauron> Mime-Version: 1.0 Cc: Artem Bityutskiy , Dmitry Eremin-Solenikov , linux-kernel@vger.kernel.org, Kyungmin Park , linux-mtd@lists.infradead.org, Axel Lin , David Woodhouse Reply-To: dedekind1@gmail.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2011-06-17 at 10:10 -0700, Brian Norris wrote: > Hi, > > On Fri, Jun 17, 2011 at 1:11 AM, Axel Lin wrote: > > - err = mtd_device_parse_register(&info->mtd, NULL, 0, > > + err = mtd_device_parse_register(onenand->mtd, NULL, 0, > > pdata ? pdata->parts : NULL, > > pdata ? pdata->nr_parts : 0); Yeah, just did this, thanks. -- Best Regards, Artem Bityutskiy