Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa101d02 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: soc-core: change debug level for debugfs fail message"

parents aaeff713 88c9ee89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ static void soc_init_component_debugfs(struct snd_soc_component *component)
	}

	if (!component->debugfs_root) {
		dev_warn(component->dev,
		dev_dbg(component->dev,
			"ASoC: Failed to create component debugfs directory\n");
		return;
	}