projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
34a730a
)
regmap: Fix typo in IS_ENABLED() check
author
Mark Brown
<broonie@kernel.org>
Thu, 8 Jun 2017 14:43:19 +0000
(15:43 +0100)
committer
Mark Brown
<broonie@kernel.org>
Thu, 8 Jun 2017 14:43:19 +0000
(15:43 +0100)
Reported-by: Andreas Ziegler <andreas.ziegler@fau.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regcache.c
patch
|
blob
|
history
diff --git
a/drivers/base/regmap/regcache.c
b/drivers/base/regmap/regcache.c
index f3a435ee5fe8f8534a04725568819f712ed4283d..773560348337fed60b363ee8f40e341fcc2044b7 100644
(file)
--- a/
drivers/base/regmap/regcache.c
+++ b/
drivers/base/regmap/regcache.c
@@
-21,7
+21,7
@@
static const struct regcache_ops *cache_types[] = {
®cache_rbtree_ops,
static const struct regcache_ops *cache_types[] = {
®cache_rbtree_ops,
-#if IS_ENABLED(CONFIG_REGC
H
ACHE_COMPRESSED)
+#if IS_ENABLED(CONFIG_REGCACHE_COMPRESSED)
®cache_lzo_ops,
#endif
®cache_flat_ops,
®cache_lzo_ops,
#endif
®cache_flat_ops,