From patchwork Wed Mar 22 14:07:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 95760 Delivered-To: patch@linaro.org Received: by 10.182.3.34 with SMTP id 2csp233431obz; Wed, 22 Mar 2017 07:11:08 -0700 (PDT) X-Received: by 10.99.145.194 with SMTP id l185mr38699124pge.187.1490191868574; Wed, 22 Mar 2017 07:11:08 -0700 (PDT) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [65.50.211.133]) by mx.google.com with ESMTPS id 65si1955255pla.275.2017.03.22.07.11.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Mar 2017 07:11:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-mtd-bounces+patch=linaro.org@lists.infradead.org designates 65.50.211.133 as permitted sender) client-ip=65.50.211.133; Authentication-Results: mx.google.com; dkim=pass header.i=@lists.infradead.org; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of linux-mtd-bounces+patch=linaro.org@lists.infradead.org designates 65.50.211.133 as permitted sender) smtp.mailfrom=linux-mtd-bounces+patch=linaro.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=Af06ZeHN3MWdvXpP7asyXEIZL6JXnCWMarxIR0LNbHg=; b=tjv22eo891xY1FGHfVociw0Qmb gTVb+u+2ohY+vArx3SFFGVaSxHUYIvgjkAQ6tSw35kzfrb7BTuj4KB3+eR5bS8aL7yum1EDOmYzMD OEcUR3g5//swFV5DDCQumgmHGt+EJAp+fBYV1EZUw0OIa9QKaWCpdx1x8C12DbE8pDyunV+T6sa1o +KVPnscn5ViL5ftbqZ7lHlB9okmjp+dpIz6Bm4y6F2bA/yLrMYLmUDlGSzUXzFtI3F4byvx+3x6SM cPlqJZ7dNe+GjRPn+w7P0je9kuRAyNWxI0iBKh9uu0jOh6G1ppQAFX6qV2RqT+MnuxxIQ8M3Zzy6Q nvldwY6w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cqgyd-0000ek-9r; Wed, 22 Mar 2017 14:11:03 +0000 Received: from conuserg-07.nifty.com ([210.131.2.74]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cqgxI-000639-Mq for linux-mtd@lists.infradead.org; Wed, 22 Mar 2017 14:09:45 +0000 Received: from pug.jp.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-07.nifty.com with ESMTP id v2ME8LDd010154; Wed, 22 Mar 2017 23:08:52 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com v2ME8LDd010154 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1490191734; bh=O8JPIucCF07Nakg4ppK7wT0JGjjUZzgayy+q5W5ewDU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=iLQA1HtdHR7vJ2poTN6E1SwvwOQoD1R7OO5MDjI0TrGePmjLsZ9Ie/Zuwc8e5Nk2H 0X3KUqtvh+nQihooRlky5F0Nbu6YnsJIQahIGOHpWR8yOn/cZVq97MiFNMP3Tmh6bL CkTWJSw8G/txuK1tO2k8HyAZ1BuFGY4LEakqsuDukFcsg732VKcPtwFIbV6yLjIWfE 7PogYPRnsNJ1xmUM4BF1io7JS+1OB3wFh4MEzXTGt80W4MRZvugRyerUggAmh/l2xi fDAiahSZHmNgg6FhEA1v27k1gnhtjX8M6cw+Y3AU5oNwC7rGKQts3+UEf4fOB7oc3s OZMkDe867I4WA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-mtd@lists.infradead.org Subject: [PATCH v2 20/53] mtd: nand: denali: do not set mtd->name Date: Wed, 22 Mar 2017 23:07:27 +0900 Message-Id: <1490191680-14481-21-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1490191680-14481-1-git-send-email-yamada.masahiro@socionext.com> References: <1490191680-14481-1-git-send-email-yamada.masahiro@socionext.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170322_070941_223783_D39C9A72 X-CRM114-Status: UNSURE ( 8.15 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.2 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 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 X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: laurent.monat@idquantique.com, Boris Brezillon , thorsten.christiansson@idquantique.com, Richard Weinberger , Marek Vasut , Masahiro Yamada , Artem Bityutskiy , Cyrille Pitchen , Jason Roberts , linux-kernel@vger.kernel.org, Dinh Nguyen , Masami Hiramatsu , Chuanxiao Dong , Jassi Brar , Brian Norris , Enrico Jorns , David Woodhouse , Graham Moore MIME-Version: 1.0 Sender: "linux-mtd" Errors-To: linux-mtd-bounces+patch=linaro.org@lists.infradead.org This will be filled by nand_scan_ident() later. Signed-off-by: Masahiro Yamada --- Changes in v2: None drivers/mtd/nand/denali.c | 1 - 1 file changed, 1 deletion(-) -- 2.7.4 ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ diff --git a/drivers/mtd/nand/denali.c b/drivers/mtd/nand/denali.c index 3badb1d..1706975 100644 --- a/drivers/mtd/nand/denali.c +++ b/drivers/mtd/nand/denali.c @@ -1495,7 +1495,6 @@ int denali_init(struct denali_nand_info *denali) /* now that our ISR is registered, we can enable interrupts */ denali_set_intr_modes(denali, true); - mtd->name = "denali-nand"; nand_set_flash_node(chip, denali->dev->of_node); /* register the driver with the NAND core subsystem */