Commit f458e610 authored by Mark Brown's avatar Mark Brown

regmap: Fix typo in IS_ENABLED() check

Reported-by: default avatarAndreas Ziegler <andreas.ziegler@fau.de>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 34a730aa
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
static const struct regcache_ops *cache_types[] = { static const struct regcache_ops *cache_types[] = {
&regcache_rbtree_ops, &regcache_rbtree_ops,
#if IS_ENABLED(CONFIG_REGCHACHE_COMPRESSED) #if IS_ENABLED(CONFIG_REGCACHE_COMPRESSED)
&regcache_lzo_ops, &regcache_lzo_ops,
#endif #endif
&regcache_flat_ops, &regcache_flat_ops,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment