aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-03-20 06:00:24 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-03-20 21:29:53 -0400
commit88187398cc5fa6650f38b9dcd5464667f468888f (patch)
treeeb9d45cdbe4506340b1131951bc7f2dba2f2a796 /drivers/net
parenta051f71ce97c53cde3ac64de64eb02d658d9308e (diff)
debugfs-related mode_t whack-a-mole
all of those should be umode_t... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ethernet/brocade/bna/bnad_debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/brocade/bna/bnad_debugfs.c b/drivers/net/ethernet/brocade/bna/bnad_debugfs.c
index 592ad3929f53..df18a8337624 100644
--- a/drivers/net/ethernet/brocade/bna/bnad_debugfs.c
+++ b/drivers/net/ethernet/brocade/bna/bnad_debugfs.c
@@ -531,7 +531,7 @@ static const struct file_operations bnad_debugfs_op_drvinfo = {
531 531
532struct bnad_debugfs_entry { 532struct bnad_debugfs_entry {
533 const char *name; 533 const char *name;
534 mode_t mode; 534 umode_t mode;
535 const struct file_operations *fops; 535 const struct file_operations *fops;
536}; 536};
537 537