dect
/
linux-2.6
Archived
13
0
Fork 0

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 <LW@KARO-electronics.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Lothar Waßmann 2011-12-09 14:16:29 +01:00 committed by Mark Brown
parent f04b8d6ece
commit 7c08be84f8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}