提交 f458e610 编写于 作者: M Mark Brown

regmap: Fix typo in IS_ENABLED() check

Reported-by: NAndreas Ziegler <andreas.ziegler@fau.de>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 34a730aa
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册