mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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:
parent
f04b8d6ece
commit
7c08be84f8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue