diff options
-rw-r--r-- | sound/soc/soc-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
412 | snd_soc_debugfs_root); | 412 | snd_soc_debugfs_root); |
413 | if (!card->debugfs_card_root) { | 413 | if (!card->debugfs_card_root) { |
414 | dev_warn(card->dev, | 414 | dev_warn(card->dev, |
415 | "ASoC: Failed to create codec debugfs directory\n"); | 415 | "ASoC: Failed to create card debugfs directory\n"); |
416 | return; | 416 | return; |
417 | } | 417 | } |
418 | 418 | ||