Commit 7c08be84 authored by Lothar Waßmann's avatar Lothar Waßmann Committed by Mark Brown

ASoC: Fix an obvious copy paste error in an error message

The message was obviously copied from soc_init_codec_debugfs()
Signed-off-by: default avatarLothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent f04b8d6e
......@@ -412,7 +412,7 @@ static void soc_init_card_debugfs(struct snd_soc_card *card)
snd_soc_debugfs_root);
if (!card->debugfs_card_root) {
dev_warn(card->dev,
"ASoC: Failed to create codec debugfs directory\n");
"ASoC: Failed to create card debugfs directory\n");
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment