aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire/dice/dice-proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/firewire/dice/dice-proc.c')
-rw-r--r--sound/firewire/dice/dice-proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/dice/dice-proc.c b/sound/firewire/dice/dice-proc.c
index faf8c854d256..bb870fc73f99 100644
--- a/sound/firewire/dice/dice-proc.c
+++ b/sound/firewire/dice/dice-proc.c
@@ -305,7 +305,7 @@ void snd_dice_create_proc(struct snd_dice *dice)
dice->card->proc_root);
if (!root)
return;
- root->mode = S_IFDIR | S_IRUGO | S_IXUGO;
+ root->mode = S_IFDIR | 0555;
if (snd_info_register(root) < 0) {
snd_info_free_entry(root);
return;