linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] mtd: spi-nor: Fix wrong abbreviation HWCPAS
@ 2019-02-08 14:23 Bean Huo (beanhuo)
  2019-02-08 14:43 ` Tudor.Ambarus
  0 siblings, 1 reply; 11+ messages in thread
From: Bean Huo (beanhuo) @ 2019-02-08 14:23 UTC (permalink / raw)
  To: Tudor.Ambarus, linux-mtd, linux-kernel
  Cc: bbrezillon, richard, marek.vasut, computersforpeace, dwmw2,
	Bean Huo (beanhuo)

Change SNOR_HWCPAS_READ_OCTAL to SNOR_HWCAPS_READ_OCTAL.

Signed-off-by: Bean Huo <beanhuo@micron.com>
---
 include/linux/mtd/spi-nor.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mtd/spi-nor.h b/include/linux/mtd/spi-nor.h
index 2353af8..b3d360b 100644
--- a/include/linux/mtd/spi-nor.h
+++ b/include/linux/mtd/spi-nor.h
@@ -487,7 +487,7 @@ struct spi_nor_hwcaps {
 #define SNOR_HWCAPS_READ_4_4_4		BIT(9)
 #define SNOR_HWCAPS_READ_1_4_4_DTR	BIT(10)
 
-#define SNOR_HWCPAS_READ_OCTAL		GENMASK(14, 11)
+#define SNOR_HWCAPS_READ_OCTAL		GENMASK(14, 11)
 #define SNOR_HWCAPS_READ_1_1_8		BIT(11)
 #define SNOR_HWCAPS_READ_1_8_8		BIT(12)
 #define SNOR_HWCAPS_READ_8_8_8		BIT(13)
-- 
2.7.4

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-02-08 18:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-08 14:23 [PATCH v2] mtd: spi-nor: Fix wrong abbreviation HWCPAS Bean Huo (beanhuo)
2019-02-08 14:43 ` Tudor.Ambarus
2019-02-08 15:07   ` [EXT] " Bean Huo (beanhuo)
2019-02-08 15:27   ` Bean Huo (beanhuo)
2019-02-08 15:51     ` Tudor.Ambarus
2019-02-08 17:13       ` Bean Huo (beanhuo)
2019-02-08 17:47         ` Boris Brezillon
2019-02-08 18:43           ` Bean Huo (beanhuo)
2019-02-08 18:46             ` Marek Vasut
2019-02-08 18:57               ` Bean Huo (beanhuo)
2019-02-08 18:50             ` Boris Brezillon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).