From patchwork Thu Apr 11 08:34:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Norris X-Patchwork-Id: 235707 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5DA432C00C6 for ; Thu, 11 Apr 2013 21:37:49 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UQFoy-0005Ri-Lm; Thu, 11 Apr 2013 11:37:40 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UQCyT-0001BZ-G4; Thu, 11 Apr 2013 08:35:17 +0000 Received: from mail-pa0-f54.google.com ([209.85.220.54]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UQCyP-0001Ap-Sn for linux-mtd@lists.infradead.org; Thu, 11 Apr 2013 08:35:16 +0000 Received: by mail-pa0-f54.google.com with SMTP id fa11so787265pad.27 for ; Thu, 11 Apr 2013 01:35:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=ax22C+GBzePk86CF+flnpkAkSPtllG5PSUOQnCfviyU=; b=n/zguPOvbMBeCZgsdbAIJ/hSv/40BAiClcUL+oD6FTfN5QbnyQoiv4cUaIEjseGaeS P7uZesNnJl2/Fj/EvTqpnf4TKeCKTiJCPZYYosEdKSxX9S+MCI1ystDsTl/OanWPmjFL jnFpmtFgxby2+dMquVpRqwyOiaT1JK1yz3vJHIgu+K6jg/C2u3kQWKjBRgdLNlhM087Y HaXeNALU6rGhP3foX6ey+uOjALoF8njTfoUH6i75nr6dbV/cfwuT3jMa+0ooP72ajixq Z5E2YxJuvz7SvMH+HHg7pt2+hDrBNZuoDqS1S1hV7HvBVUccjW87zM19eGUb7DqaGQ2j 22UA== X-Received: by 10.69.0.33 with SMTP id av1mr7715071pbd.68.1365669312347; Thu, 11 Apr 2013 01:35:12 -0700 (PDT) Received: from ld-irv-0074.broadcom.com (5520-maca-inet1-outside.broadcom.com. [216.31.211.11]) by mx.google.com with ESMTPS id qr7sm3378366pbc.16.2013.04.11.01.35.10 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 11 Apr 2013 01:35:11 -0700 (PDT) From: Brian Norris To: Subject: [PATCH v2 2/3] mtd: m25p80: correct EN4B/EX4B comment Date: Thu, 11 Apr 2013 01:34:58 -0700 Message-Id: <1365669299-6830-2-git-send-email-computersforpeace@gmail.com> X-Mailer: git-send-email 1.8.2 In-Reply-To: <1365669299-6830-1-git-send-email-computersforpeace@gmail.com> References: <1365669299-6830-1-git-send-email-computersforpeace@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130411_043514_059083_87A7F2BC X-CRM114-Status: GOOD ( 10.73 ) 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.220.54 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (computersforpeace[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: Brian Norris , Artem Bityutskiy X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Signed-off-by: Brian Norris --- v2: no change drivers/mtd/devices/m25p80.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 74bf3ae..94b9b32 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c @@ -59,7 +59,7 @@ #define OPCODE_WRDI 0x04 /* Write disable */ #define OPCODE_AAI_WP 0xad /* Auto address increment word program */ -/* Used for Macronix flashes only. */ +/* Used for Macronix and Winbond flashes. */ #define OPCODE_EN4B 0xb7 /* Enter 4-byte mode */ #define OPCODE_EX4B 0xe9 /* Exit 4-byte mode */