regmap: debugfs: Fix indentation

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220107191145.813876-1-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Mark Brown 2022-01-07 19:11:45 +00:00
parent 530792efa6
commit b56a7cbf40
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -598,7 +598,7 @@ void regmap_debugfs_init(struct regmap *map)
map->debugfs_name = kasprintf(GFP_KERNEL, "dummy%d",
dummy_index);
if (!map->debugfs_name)
return;
return;
name = map->debugfs_name;
dummy_index++;
}