mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
UPSTREAM: regmap: Fix typo in IS_ENABLED() check
Change-Id: If9635a5933d7addea8522ce3b9259faa5b455008
Reported-by: Andreas Ziegler <andreas.ziegler@fau.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
(cherry picked from commit f458e6102c)
This commit is contained in:
parent
434530f363
commit
d8df99ad35
|
|
@ -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