diff options
-rw-r--r-- | sound/soc/soc-dapm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index a4d4aa1e6c49..dcd11609f930 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c | |||
@@ -1667,7 +1667,7 @@ void snd_soc_dapm_debugfs_init(struct snd_soc_dapm_context *dapm, | |||
1667 | dapm->debugfs_dapm = debugfs_create_dir("dapm", parent); | 1667 | dapm->debugfs_dapm = debugfs_create_dir("dapm", parent); |
1668 | 1668 | ||
1669 | if (!dapm->debugfs_dapm) { | 1669 | if (!dapm->debugfs_dapm) { |
1670 | printk(KERN_WARNING | 1670 | dev_warn(dapm->dev, |
1671 | "Failed to create DAPM debugfs directory\n"); | 1671 | "Failed to create DAPM debugfs directory\n"); |
1672 | return; | 1672 | return; |
1673 | } | 1673 | } |