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

Commit f0deaf9c authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 834d1aa7 7295b104
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -303,7 +303,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;
	}
@@ -328,7 +328,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");
}