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

Commit 3b0e2e68 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 931b9cda c1218e66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -295,7 +295,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;
	}
@@ -323,7 +323,7 @@ static void soc_init_codec_debugfs(struct snd_soc_component *component)
						 codec->component.debugfs_root,
						 codec, &codec_reg_fops);
	if (!codec->debugfs_reg)
		dev_warn(codec->dev,
		dev_dbg(codec->dev,
			"ASoC: Failed to create codec register debugfs file\n");
}