summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/clock.c')
-rw-r--r--arch/arm/mach-tegra/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/clock.c b/arch/arm/mach-tegra/clock.c
index 6aac69bc575e..2c4d56542166 100644
--- a/arch/arm/mach-tegra/clock.c
+++ b/arch/arm/mach-tegra/clock.c
@@ -1308,7 +1308,7 @@ static int __init clk_debugfs_init(void)
if (!d)
goto err_out;
- d = debugfs_create_file("syncevents", S_IWUGO, clk_debugfs_root, NULL,
+ d = debugfs_create_file("syncevents", S_IRUGO|S_IWUSR, clk_debugfs_root, NULL,
&syncevent_fops);
if (dvfs_debugfs_init(clk_debugfs_root))