OSDN Git Service

regmap: debugfs: Fix indentation
[uclinux-h8/linux.git] / drivers / base / regmap / regmap-debugfs.c
index ad684d3..817eda2 100644 (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++;
        }