|
@@ -529,8 +529,10 @@ void regmap_debugfs_init(struct regmap *map, const char *name)
|
|
|
struct regmap_range_node *range_node;
|
|
|
const char *devname = "dummy";
|
|
|
|
|
|
- if (map->debugfs_disable)
|
|
|
+ if (map->debugfs_disable) {
|
|
|
+ dev_dbg(map->dev, "regmap locking disabled - not creating debugfs entries\n");
|
|
|
return;
|
|
|
+ }
|
|
|
|
|
|
/* If we don't have the debugfs root yet, postpone init */
|
|
|
if (!regmap_debugfs_root) {
|