Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76863
b: refs/heads/master
c: f7fca1e
h: refs/heads/master
i:
  76861: c6a40e0
  76859: 564e33d
  76855: ff6db13
  76847: b05d7a3
  76831: 1c358d1
  76799: 7464370
v: v3
  • Loading branch information
Jan Engelhardt authored and Roland Dreier committed Jan 25, 2008
1 parent f262630 commit 3c5b37f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1cf18d5aab5144866cb5221250905623b03a32a9
refs/heads/master: f7fca1e8a8eeb6660396327b48995e3d9a7b6dc2
3 changes: 1 addition & 2 deletions trunk/drivers/infiniband/hw/ipath/ipath_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,7 @@ static int create_device_files(struct super_block *sb,

snprintf(unit, sizeof unit, "%02d", dd->ipath_unit);
ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir,
(struct file_operations *) &simple_dir_operations,
dd);
&simple_dir_operations, dd);
if (ret) {
printk(KERN_ERR "create_file(%s) failed: %d\n", unit, ret);
goto bail;
Expand Down

0 comments on commit 3c5b37f

Please sign in to comment.