diff options
| -rw-r--r-- | drivers/infiniband/hw/ipath/ipath_fs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_fs.c b/drivers/infiniband/hw/ipath/ipath_fs.c index 52325e009a1f..23faba9d21eb 100644 --- a/drivers/infiniband/hw/ipath/ipath_fs.c +++ b/drivers/infiniband/hw/ipath/ipath_fs.c | |||
| @@ -238,8 +238,7 @@ static int create_device_files(struct super_block *sb, | |||
| 238 | 238 | ||
| 239 | snprintf(unit, sizeof unit, "%02d", dd->ipath_unit); | 239 | snprintf(unit, sizeof unit, "%02d", dd->ipath_unit); |
| 240 | ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir, | 240 | ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir, |
| 241 | (struct file_operations *) &simple_dir_operations, | 241 | &simple_dir_operations, dd); |
| 242 | dd); | ||
| 243 | if (ret) { | 242 | if (ret) { |
| 244 | printk(KERN_ERR "create_file(%s) failed: %d\n", unit, ret); | 243 | printk(KERN_ERR "create_file(%s) failed: %d\n", unit, ret); |
| 245 | goto bail; | 244 | goto bail; |
