From patchwork Mon Aug 20 05:49:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 1346691 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id EA148DFF0F for ; Mon, 20 Aug 2012 05:52:17 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T3KrZ-0006Pp-Gi; Mon, 20 Aug 2012 05:49:21 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T3KrR-0006Ow-Dt for linux-arm-kernel@lists.infradead.org; Mon, 20 Aug 2012 05:49:14 +0000 Received: by pbbrq8 with SMTP id rq8so6916827pbb.36 for ; Sun, 19 Aug 2012 22:49:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=BoREvJVxEwxSAJjZlioujE26nDbd4Sz84u0NEtTHu6Y=; b=CUntBgA56AInYMqC+1cXlIXu2X9B4ZmOWucAgepID/i0n+bMdc2lvZLuIqAd/HgINq 9SYqDHlCPEuPKkzCmkyRh9BlhsuzvX0jRUneGoeV3aL4LGsbOBPmctlzxe66ls1O5rjl V4ZMCvQFLni9CfsTLlfVEarx2DdpA/T9Qp7y5YbwSRJ8GW4oqqBXhZiXVrICJjT2I3Vd q6rPDURRwtfofpoYQ28aKk2Nfvu2Zj75AJshpJ9BVx5t1npkRWXHYWMX+mh/DxWOhPOp 4Ba9N3ywu8jDcqEJO+FSoKgXQ4/4XoyxWEGF8OmI9E1MnXSG7jyxAOdRALu7JNOh8nSQ 9zCQ== Received: by 10.68.231.39 with SMTP id td7mr31578282pbc.3.1345441750244; Sun, 19 Aug 2012 22:49:10 -0700 (PDT) Received: from localhost ([221.239.195.16]) by mx.google.com with ESMTPS id ox5sm10383025pbc.75.2012.08.19.22.49.06 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 19 Aug 2012 22:49:09 -0700 (PDT) From: Haojian Zhuang To: chao.xie@marvell.com, zonque@gmail.com, linux-arm-kernel@lists.infradead.org, arnd@arndb.de Subject: [PATCH 2/3] mtd: nand: append missing parameter and value Date: Mon, 20 Aug 2012 13:49:38 +0800 Message-Id: <1345441779-22632-2-git-send-email-haojian.zhuang@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1345441779-22632-1-git-send-email-haojian.zhuang@gmail.com> References: <1345441779-22632-1-git-send-email-haojian.zhuang@gmail.com> X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (haojian.zhuang[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Haojian Zhuang X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Signed-off-by: Haojian Zhuang --- drivers/mtd/nand/pxa3xx_nand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c index 9c08691..616993a 100644 --- a/drivers/mtd/nand/pxa3xx_nand.c +++ b/drivers/mtd/nand/pxa3xx_nand.c @@ -1035,7 +1035,7 @@ static int alloc_nand_resource(struct platform_device *pdev) struct pxa3xx_nand_platform_data *pdata; struct pxa3xx_nand_info *info; struct pxa3xx_nand_host *host; - struct nand_chip *chip; + struct nand_chip *chip = NULL; struct mtd_info *mtd; struct resource *r; int ret, irq, cs; @@ -1245,7 +1245,7 @@ static int pxa3xx_nand_probe_dt(struct platform_device *pdev) return 0; } #else -static inline int pxa3xx_nand_probe_dt(struct platform_device *) +static inline int pxa3xx_nand_probe_dt(struct platform_device *pdev) { return 0; }