From: Lothar Waßmann Date: Fri, 9 Dec 2011 13:16:29 +0000 (+0100) Subject: ASoC: Fix an obvious copy paste error in an error message X-Git-Tag: next-20111212~48^2~1 X-Git-Url: https://git.karo-electronics.de/?p=karo-tx-linux.git;a=commitdiff_plain;h=7c08be84f83b23762fb7571ac9a4aea3c34d1a66 ASoC: Fix an obvious copy paste error in an error message The message was obviously copied from soc_init_codec_debugfs() Signed-off-by: Lothar Waßmann Signed-off-by: Mark Brown --- diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index ebb104878c48..1252ab1ebf69 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -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; }