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: Axel Lin <axel.lin@gmail.com>
Acked-by: Liam Girdwood <lrg@slimloogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

authored by Axel Lin and committed by Mark Brown 708fafb3 70bf043b

+1 -1
+1 -1
sound/soc/soc-core.c
··· 251 printk(KERN_WARNING 252 "ASoC: Failed to create codec register debugfs file\n"); 253 254 - codec->debugfs_pop_time = debugfs_create_u32("dapm_pop_time", 0744, 255 codec->debugfs_codec_root, 256 &codec->pop_time); 257 if (!codec->debugfs_pop_time)
··· 251 printk(KERN_WARNING 252 "ASoC: Failed to create codec register debugfs file\n"); 253 254 + codec->debugfs_pop_time = debugfs_create_u32("dapm_pop_time", 0644, 255 codec->debugfs_codec_root, 256 &codec->pop_time); 257 if (!codec->debugfs_pop_time)