Skip to content

Commit 219b22b

Browse files
committed
Merge branch 'topic/asoc' into for-linus
2 parents 2190521 + 7c2dfee commit 219b22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/soc-dapm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ int snd_soc_dapm_sys_add(struct device *dev)
831831
return ret;
832832

833833
asoc_debugfs = debugfs_create_dir("asoc", NULL);
834-
if (!IS_ERR(asoc_debugfs))
834+
if (!IS_ERR(asoc_debugfs) && asoc_debugfs)
835835
debugfs_create_u32("dapm_pop_time", 0744, asoc_debugfs,
836836
&pop_time);
837837
else

0 commit comments

Comments
 (0)