Skip to content

Commit

Permalink
ASoC: Fix an obvious copy paste error in an error message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lothar Waßmann authored and Mark Brown committed Dec 11, 2011
1 parent f04b8d6 commit 7c08be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 7c08be8

Please sign in to comment.