Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753882AbYLCQ1i (ORCPT ); Wed, 3 Dec 2008 11:27:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751246AbYLCQ12 (ORCPT ); Wed, 3 Dec 2008 11:27:28 -0500 Received: from rtsoft3.corbina.net ([85.21.88.6]:2113 "EHLO buildserver.ru.mvista.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751193AbYLCQ12 (ORCPT ); Wed, 3 Dec 2008 11:27:28 -0500 Date: Wed, 3 Dec 2008 19:27:23 +0300 From: Anton Vorontsov To: Kumar Gala Cc: David Woodhouse , Andrew Morton , Wolfgang Grandegger , linux-kernel Kernel , linux-ppc list , linux-mtd@lists.infradead.org Subject: Re: [PATCH for 2.6.28] NAND: fsl_upm: fix build problem with 2.6.28-rc2 Message-ID: <20081203162723.GA32301@oksana.dev.rtsoft.ru> Reply-To: avorontsov@ru.mvista.com References: <20081126163840.GA21669@oksana.dev.rtsoft.ru> <4A183575-1142-4EC2-83C4-145E721E6E8D@kernel.crashing.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Disposition: inline In-Reply-To: <4A183575-1142-4EC2-83C4-145E721E6E8D@kernel.crashing.org> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1571 Lines: 42 On Wed, Dec 03, 2008 at 09:47:53AM -0600, Kumar Gala wrote: [...] >> The patch fixes following build error: >> >> CC drivers/mtd/nand/fsl_upm.o >> drivers/mtd/nand/fsl_upm.c: In function 'fun_chip_init': >> drivers/mtd/nand/fsl_upm.c:168: warning: passing argument 2 of >> 'of_mtd_parse_partitions' from incompatible pointer type >> drivers/mtd/nand/fsl_upm.c:168: warning: passing argument 3 of >> 'of_mtd_parse_partitions' from incompatible pointer type >> drivers/mtd/nand/fsl_upm.c:168: error: too many arguments to function >> 'of_mtd_parse_partitions' >> make[1]: *** [drivers/mtd/nand/fsl_upm.o] Error 1 >> >> The breakage was introduced in >> 69fd3a8d098faf41a04930afa83757c0555ee360 >> ("[MTD] remove unused mtd parameter in of_mtd_parse_partitions()"). >> >> While at it, also add a check for the of_mtd_parse_partitions() return >> value. >> >> Signed-off-by: Wolfgang Grandegger >> Signed-off-by: Anton Vorontsov [...] > David, > > what's going on with this patch? Recently I got email from Andrew's patch tracking system that the patch was merged into subsystem tree. Here it is: http://git.infradead.org/mtd-2.6.git?a=commitdiff;h=29b65861fbece04cfdf3fee352d5247369131850 -- Anton Vorontsov email: cbouatmailru@gmail.com irc://irc.freenode.net/bd2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/