aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/bebob/bebob_proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/firewire/bebob/bebob_proc.c')
-rw-r--r--sound/firewire/bebob/bebob_proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/bebob/bebob_proc.c b/sound/firewire/bebob/bebob_proc.c
index ec24f96794f5..8096891af913 100644
--- a/sound/firewire/bebob/bebob_proc.c
+++ b/sound/firewire/bebob/bebob_proc.c
@@ -183,7 +183,7 @@ void snd_bebob_proc_init(struct snd_bebob *bebob)
183 bebob->card->proc_root); 183 bebob->card->proc_root);
184 if (root == NULL) 184 if (root == NULL)
185 return; 185 return;
186 root->mode = S_IFDIR | S_IRUGO | S_IXUGO; 186 root->mode = S_IFDIR | 0555;
187 if (snd_info_register(root) < 0) { 187 if (snd_info_register(root) < 0) {
188 snd_info_free_entry(root); 188 snd_info_free_entry(root);
189 return; 189 return;