diff options
Diffstat (limited to 'sound/firewire/fireworks/fireworks_proc.c')
-rw-r--r-- | sound/firewire/fireworks/fireworks_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/fireworks/fireworks_proc.c b/sound/firewire/fireworks/fireworks_proc.c index 9c21f31b8b21..779ecec5af62 100644 --- a/sound/firewire/fireworks/fireworks_proc.c +++ b/sound/firewire/fireworks/fireworks_proc.c | |||
@@ -219,7 +219,7 @@ void snd_efw_proc_init(struct snd_efw *efw) | |||
219 | efw->card->proc_root); | 219 | efw->card->proc_root); |
220 | if (root == NULL) | 220 | if (root == NULL) |
221 | return; | 221 | return; |
222 | root->mode = S_IFDIR | S_IRUGO | S_IXUGO; | 222 | root->mode = S_IFDIR | 0555; |
223 | if (snd_info_register(root) < 0) { | 223 | if (snd_info_register(root) < 0) { |
224 | snd_info_free_entry(root); | 224 | snd_info_free_entry(root); |
225 | return; | 225 | return; |