Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1661345

[PATCH] regmap: Fix typo in IS_ENABLED() check

From Mark Brown <broonie@kernel.org>
Newsgroups linux.kernel
Subject [PATCH] regmap: Fix typo in IS_ENABLED() check
Date 2017-06-08 16:50 +0200
Message-ID <tQ6V4-5vT-11@gated-at.bofh.it> (permalink)
References <tQ6V3-5vT-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Reported-by: Andreas Ziegler <andreas.ziegler@fau.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 drivers/base/regmap/regcache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/base/regmap/regcache.c b/drivers/base/regmap/regcache.c
index f3a435ee5fe8..773560348337 100644
--- a/drivers/base/regmap/regcache.c
+++ b/drivers/base/regmap/regcache.c
@@ -21,7 +21,7 @@
 
 static const struct regcache_ops *cache_types[] = {
 	&regcache_rbtree_ops,
-#if IS_ENABLED(CONFIG_REGCHACHE_COMPRESSED)
+#if IS_ENABLED(CONFIG_REGCACHE_COMPRESSED)
 	&regcache_lzo_ops,
 #endif
 	&regcache_flat_ops,
-- 
2.11.0

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

[PATCH] regmap: Fix typo in IS_ENABLED() check Mark Brown <broonie@kernel.org> - 2017-06-08 16:50 +0200
  Applied "regmap: Fix typo in IS_ENABLED() check" to the regmap tree Mark Brown <broonie@kernel.org> - 2017-06-08 16:50 +0200
  [PATCH] regmap: Fix typo in IS_ENABLED() check Mark Brown <broonie@kernel.org> - 2017-06-08 16:50 +0200

csiph-web