diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-06-04 05:41:48 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-06-04 05:42:27 -0400 |
commit | cdbc653a04ee692a7105a96e8dd6055d9971d45c (patch) | |
tree | c1282680b3115edfd693a27bc6758208534ac557 /sound/firewire/fireworks/fireworks_proc.c | |
parent | 009f8c90f571d87855914dbc20e6c0ea2a3b19ae (diff) | |
parent | ceec4684085a9e4dc60439d84ab47ce260444804 (diff) |
Merge branch 'for-next' into for-linus
4.18-rc1 merge material.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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; |