[alsa-devel] [PATCH] ASoC: DAPM - Use dev_err for debugfs error message.
6 Mar
2012
6 Mar
'12
7:05 p.m.
Remove printk(KERN_ERR) and use dev_err() instead.
Signed-off-by: Liam Girdwood lrg@ti.com --- 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 a4d4aa1..8ad63b3 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, dapm->debugfs_dapm = debugfs_create_dir("dapm", parent);
if (!dapm->debugfs_dapm) { - printk(KERN_WARNING + dev_err(dapm->dev, "Failed to create DAPM debugfs directory\n"); return; }
--
1.7.5.4
6 Mar
6 Mar
7:06 p.m.
On 6 March 2012 18:05, Liam Girdwood lrg@ti.com wrote:
Remove printk(KERN_ERR) and use dev_err() instead.
Ignore - Wrong version.
4635
Age (days ago)
4635
Last active (days ago)
1 comments
2 participants
participants (2)
-
Girdwood, Liam
-
Liam Girdwood