From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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> In-Reply-To: <1365669299-6830-1-git-send-email-computersforpeace@gmail.com> References: <1365669299-6830-1-git-send-email-computersforpeace@gmail.com> Cc: Brian Norris , Artem Bityutskiy List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 */ -- 1.8.2