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/bebob/bebob_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/bebob/bebob_proc.c')
-rw-r--r-- | sound/firewire/bebob/bebob_proc.c | 2 |
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; |