Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

regmap: Fix typo in IS_ENABLED() check

Reported-by: Andreas Ziegler <andreas.ziegler@fau.de>
Signed-off-by: Mark Brown <broonie@kernel.org>

+1 -1
+1 -1
drivers/base/regmap/regcache.c
··· 21 21 22 22 static const struct regcache_ops *cache_types[] = { 23 23 &regcache_rbtree_ops, 24 - #if IS_ENABLED(CONFIG_REGCHACHE_COMPRESSED) 24 + #if IS_ENABLED(CONFIG_REGCACHE_COMPRESSED) 25 25 &regcache_lzo_ops, 26 26 #endif 27 27 &regcache_flat_ops,