]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
switch debugfs to umode_t
[mirror_ubuntu-jammy-kernel.git] / drivers / net / ethernet / chelsio / cxgb4vf / cxgb4vf_main.c
index da9072bfca8b859a508943d1abdc9fd12201865c..f5a24d99ef4f69241095100f82d0d6e08080f9fb 100644 (file)
@@ -2000,7 +2000,7 @@ static const struct file_operations interfaces_proc_fops = {
  */
 struct cxgb4vf_debugfs_entry {
        const char *name;               /* name of debugfs node */
-       mode_t mode;                    /* file system mode */
+       umode_t mode;                   /* file system mode */
        const struct file_operations *fops;
 };