Skip to content

Commit d8df99a

Browse files
broonierkhuangtao
authored andcommitted
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 f458e6102c1fe3a1d28bae85cdeb0cd66537c4fe)
1 parent 434530f commit d8df99a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/base/regmap/regcache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
static const struct regcache_ops *cache_types[] = {
2323
&regcache_rbtree_ops,
24-
#if IS_ENABLED(CONFIG_REGCHACHE_COMPRESSED)
24+
#if IS_ENABLED(CONFIG_REGCACHE_COMPRESSED)
2525
&regcache_lzo_ops,
2626
#endif
2727
&regcache_flat_ops,

0 commit comments

Comments
 (0)