summaryrefslogtreecommitdiff
path: root/drivers/ata/ahci-tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/ahci-tegra.c')
-rw-r--r--drivers/ata/ahci-tegra.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ata/ahci-tegra.c b/drivers/ata/ahci-tegra.c
index d52a3bc1e354..638e26314d5a 100644
--- a/drivers/ata/ahci-tegra.c
+++ b/drivers/ata/ahci-tegra.c
@@ -2709,7 +2709,8 @@ static int __init tegra_ahci_dump_debuginit(void)
(void) debugfs_create_file("tegra_ahci", S_IRUGO,
NULL, NULL, &debug_fops);
#ifdef CONFIG_TEGRA_SATA_IDLE_POWERGATE
- (void) debugfs_create_u32("tegra_ahci_idle_ms", S_IRWXUGO,
+ (void) debugfs_create_u32("tegra_ahci_idle_ms", S_IRUGO | S_IXUGO
+ | S_IWUSR | S_IWGRP,
NULL, &tegra_ahci_idle_time);
#endif
return 0;