mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 15:41:39 +00:00
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[] = {
|
||||
®cache_rbtree_ops,
|
||||
#if IS_ENABLED(CONFIG_REGCHACHE_COMPRESSED)
|
||||
#if IS_ENABLED(CONFIG_REGCACHE_COMPRESSED)
|
||||
®cache_lzo_ops,
|
||||
#endif
|
||||
®cache_flat_ops,
|
||||
|
Loading…
Reference in New Issue
Block a user