From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Zwf7P-00075Q-AA for linux-mtd@lists.infradead.org; Wed, 11 Nov 2015 23:48:00 +0000 Received: by padhx2 with SMTP id hx2so44962898pad.1 for ; Wed, 11 Nov 2015 15:47:38 -0800 (PST) Date: Wed, 11 Nov 2015 15:47:36 -0800 From: Brian Norris To: Boris Brezillon Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Ezequiel Garcia , Marek Vasut , Scott Wood , Josh Wu , Robert Jarzmik , Kyungmin Park , Han Xu Subject: Re: [PATCH v2 09/11] mtd: drop unnecessary partition parser data Message-ID: <20151111234736.GB96199@google.com> References: <1446262410-45754-1-git-send-email-computersforpeace@gmail.com> <1446262410-45754-10-git-send-email-computersforpeace@gmail.com> <20151105094930.3536ea34@bbrezillon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151105094930.3536ea34@bbrezillon> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Nov 05, 2015 at 09:49:30AM +0100, Boris Brezillon wrote: > On Fri, 30 Oct 2015 20:33:28 -0700 > Brian Norris wrote: > > > --- a/drivers/mtd/maps/lantiq-flash.c > > +++ b/drivers/mtd/maps/lantiq-flash.c > > @@ -110,7 +110,6 @@ ltq_copy_to(struct map_info *map, unsigned long to, > > static int > > ltq_mtd_probe(struct platform_device *pdev) > > { > > - struct mtd_part_parser_data ppdata; > > struct ltq_mtd *ltq_mtd; > > struct cfi_private *cfi; > > int err; > > @@ -161,13 +160,13 @@ ltq_mtd_probe(struct platform_device *pdev) > > } > > > > ltq_mtd->mtd->dev.parent = &pdev->dev; > > + mtd_set_of_node(<q_mtd->mtd, pdev->dev.of_node); > > Should be: > > mtd_set_of_node(ltq_mtd->mtd, pdev->dev.of_node); > > (This error was reported by your aiaiai build test) Fixed that build error and pushed the rest of my 11 patches to l2-mtd.git/next.