mtd: fix bogus inequation
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Fri Jul 6 13:59:07 EDT 2012
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=b8c2d652f4f26a5cc62d93f8a1c934f45e6bf8f5
Commit: b8c2d652f4f26a5cc62d93f8a1c934f45e6bf8f5
Parent: 718894ad94626b72403c21fab5ccdd982147e4c6
Author: Marek Vasut <marex at denx.de>
AuthorDate: Sat Jun 23 20:40:43 2012 +0200
Committer: David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Fri Jul 6 18:17:55 2012 +0100
mtd: fix bogus inequation
Signed-off-by: Marek Vasut <marex at denx.de>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
drivers/mtd/devices/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig
index 4cdb2af..6cc5a1a 100644
--- a/drivers/mtd/devices/Kconfig
+++ b/drivers/mtd/devices/Kconfig
@@ -97,7 +97,7 @@ config MTD_M25P80
doesn't support the JEDEC ID instruction.
config M25PXX_USE_FAST_READ
- bool "Use FAST_READ OPCode allowing SPI CLK <= 50MHz"
+ bool "Use FAST_READ OPCode allowing SPI CLK >= 50MHz"
depends on MTD_M25P80
default y
help
More information about the linux-mtd-cvs
mailing list