1
0
Fork 0

Merge branch 'topic/asoc' into for-linus

hifive-unleashed-5.1
Takashi Iwai 2008-10-17 17:24:23 +02:00
commit 219b22b245
1 changed files with 1 additions and 1 deletions

View File

@ -831,7 +831,7 @@ int snd_soc_dapm_sys_add(struct device *dev)
return ret;
asoc_debugfs = debugfs_create_dir("asoc", NULL);
if (!IS_ERR(asoc_debugfs))
if (!IS_ERR(asoc_debugfs) && asoc_debugfs)
debugfs_create_u32("dapm_pop_time", 0744, asoc_debugfs,
&pop_time);
else