]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - sound/firewire/tascam/tascam-proc.c
sound: Use octal not symbolic permissions
[mirror_ubuntu-eoan-kernel.git] / sound / firewire / tascam / tascam-proc.c
index bfd4a4c06914aa6eb12554990423062ee9e2dc1a..fee3bf32a0daa2747b367f67fed759de3fa18507 100644 (file)
@@ -78,7 +78,7 @@ void snd_tscm_proc_init(struct snd_tscm *tscm)
                                          tscm->card->proc_root);
        if (root == NULL)
                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;