Loading drivers/base/regmap/regmap-debugfs.c +0 −12 Original line number Diff line number Diff line Loading @@ -588,14 +588,6 @@ void regmap_debugfs_init(struct regmap *map, const char *name) } map->debugfs = debugfs_create_dir(name, regmap_debugfs_root); if (!map->debugfs) { dev_warn(map->dev, "Failed to create %s debugfs directory\n", name); kfree(map->debugfs_name); map->debugfs_name = NULL; return; } debugfs_create_file("name", 0400, map->debugfs, map, ®map_name_fops); Loading Loading @@ -672,10 +664,6 @@ void regmap_debugfs_initcall(void) struct regmap_debugfs_node *node, *tmp; regmap_debugfs_root = debugfs_create_dir("regmap", NULL); if (!regmap_debugfs_root) { pr_warn("regmap: Failed to create debugfs root\n"); return; } mutex_lock(®map_debugfs_early_lock); list_for_each_entry_safe(node, tmp, ®map_debugfs_early_list, link) { Loading Loading
drivers/base/regmap/regmap-debugfs.c +0 −12 Original line number Diff line number Diff line Loading @@ -588,14 +588,6 @@ void regmap_debugfs_init(struct regmap *map, const char *name) } map->debugfs = debugfs_create_dir(name, regmap_debugfs_root); if (!map->debugfs) { dev_warn(map->dev, "Failed to create %s debugfs directory\n", name); kfree(map->debugfs_name); map->debugfs_name = NULL; return; } debugfs_create_file("name", 0400, map->debugfs, map, ®map_name_fops); Loading Loading @@ -672,10 +664,6 @@ void regmap_debugfs_initcall(void) struct regmap_debugfs_node *node, *tmp; regmap_debugfs_root = debugfs_create_dir("regmap", NULL); if (!regmap_debugfs_root) { pr_warn("regmap: Failed to create debugfs root\n"); return; } mutex_lock(®map_debugfs_early_lock); list_for_each_entry_safe(node, tmp, ®map_debugfs_early_list, link) { Loading