We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e49d033 + e41a962 commit 78d8897Copy full SHA for 78d8897
1 file changed
drivers/base/regmap/regmap-debugfs.c
@@ -660,6 +660,7 @@ void regmap_debugfs_exit(struct regmap *map)
660
regmap_debugfs_free_dump_cache(map);
661
mutex_unlock(&map->cache_lock);
662
kfree(map->debugfs_name);
663
+ map->debugfs_name = NULL;
664
} else {
665
struct regmap_debugfs_node *node, *tmp;
666
0 commit comments