Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f458e610 authored by Mark Brown's avatar Mark Brown
Browse files

regmap: Fix typo in IS_ENABLED() check

parent 34a730aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,