Loading drivers/base/regmap/regmap.c +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ bool regmap_cached(struct regmap *map, unsigned int reg) int ret; unsigned int val; if (map->cache == REGCACHE_NONE) if (map->cache_type == REGCACHE_NONE) return false; if (!map->cache_ops) Loading Loading
drivers/base/regmap/regmap.c +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ bool regmap_cached(struct regmap *map, unsigned int reg) int ret; unsigned int val; if (map->cache == REGCACHE_NONE) if (map->cache_type == REGCACHE_NONE) return false; if (!map->cache_ops) Loading