Commit b56a7cbf authored by Mark Brown's avatar Mark Brown
parent 530792ef
...@@ -598,7 +598,7 @@ void regmap_debugfs_init(struct regmap *map) ...@@ -598,7 +598,7 @@ void regmap_debugfs_init(struct regmap *map)
map->debugfs_name = kasprintf(GFP_KERNEL, "dummy%d", map->debugfs_name = kasprintf(GFP_KERNEL, "dummy%d",
dummy_index); dummy_index);
if (!map->debugfs_name) if (!map->debugfs_name)
return; return;
name = map->debugfs_name; name = map->debugfs_name;
dummy_index++; dummy_index++;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment