Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104727
b: refs/heads/master
c: c76d3d2
h: refs/heads/master
i:
  104725: bbf3db6
  104723: 0cdb564
  104719: b540b10
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jul 22, 2008
1 parent 420b5a3 commit 728eb5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f71674a09f374bb0b5371b3e7b943029867477c5
refs/heads/master: c76d3d28c31a68f45d6b5acaa4813138dd7883b3
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/ipath/ipath_file_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -2455,7 +2455,7 @@ static int init_cdev(int minor, char *name, const struct file_operations *fops,
goto err_cdev;
}

device = device_create(ipath_class, NULL, dev, name);
device = device_create_drvdata(ipath_class, NULL, dev, NULL, name);

if (IS_ERR(device)) {
ret = PTR_ERR(device);
Expand Down

0 comments on commit 728eb5b

Please sign in to comment.