regmap: Fix typo in IS_ENABLED() check
Reported-by: Andreas Ziegler <andreas.ziegler@fau.de> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
34a730aa74
commit
f458e6102c
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
static const struct regcache_ops *cache_types[] = {
|
static const struct regcache_ops *cache_types[] = {
|
||||||
®cache_rbtree_ops,
|
®cache_rbtree_ops,
|
||||||
#if IS_ENABLED(CONFIG_REGCHACHE_COMPRESSED)
|
#if IS_ENABLED(CONFIG_REGCACHE_COMPRESSED)
|
||||||
®cache_lzo_ops,
|
®cache_lzo_ops,
|
||||||
#endif
|
#endif
|
||||||
®cache_flat_ops,
|
®cache_flat_ops,
|
||||||
|
Loading…
Reference in New Issue
Block a user