Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 708fafb3 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: soc-core: fix debugfs_pop_time file permissions



I think this is a typo, debugfs_pop_time should not be executable.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarLiam Girdwood <lrg@slimloogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 70bf043b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -251,7 +251,7 @@ static void soc_init_codec_debugfs(struct snd_soc_codec *codec)
		printk(KERN_WARNING
		printk(KERN_WARNING
		       "ASoC: Failed to create codec register debugfs file\n");
		       "ASoC: Failed to create codec register debugfs file\n");


	codec->debugfs_pop_time = debugfs_create_u32("dapm_pop_time", 0744,
	codec->debugfs_pop_time = debugfs_create_u32("dapm_pop_time", 0644,
						     codec->debugfs_codec_root,
						     codec->debugfs_codec_root,
						     &codec->pop_time);
						     &codec->pop_time);
	if (!codec->debugfs_pop_time)
	if (!codec->debugfs_pop_time)