diff options
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_fs.c b/drivers/infiniband/hw/ipath/ipath_fs.c index 036ed1ef1796..ebd5c7bd2cdb 100644 --- a/drivers/infiniband/hw/ipath/ipath_fs.c +++ b/drivers/infiniband/hw/ipath/ipath_fs.c | |||
@@ -523,7 +523,7 @@ static int ipathfs_fill_super(struct super_block *sb, void *data, | |||
523 | int ret; | 523 | int ret; |
524 | 524 | ||
525 | static struct tree_descr files[] = { | 525 | static struct tree_descr files[] = { |
526 | [1] = {"atomic_stats", &atomic_stats_ops, S_IRUGO}, | 526 | [2] = {"atomic_stats", &atomic_stats_ops, S_IRUGO}, |
527 | {""}, | 527 | {""}, |
528 | }; | 528 | }; |
529 | 529 | ||