]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - sound/firewire/oxfw/oxfw-proc.c
sound: Use octal not symbolic permissions
[mirror_ubuntu-eoan-kernel.git] / sound / firewire / oxfw / oxfw-proc.c
index 8ba4f9f262b87f3a302f696a544809cdfb6dc5ed..27dac071bc7394969c671c9406b93f917c498766 100644 (file)
@@ -103,7 +103,7 @@ void snd_oxfw_proc_init(struct snd_oxfw *oxfw)
                                          oxfw->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;