Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104718
b: refs/heads/master
c: 6143b59
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jul 22, 2008
1 parent 6b81d56 commit 23ff0a8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 47aa5793f78c274d51711f6a621fa6b02d4e6402
refs/heads/master: 6143b599700f7d6d7961e2de88f1486b2b19b1f2
5 changes: 3 additions & 2 deletions trunk/fs/coda/psdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,9 @@ static int init_coda_psdev(void)
goto out_chrdev;
}
for (i = 0; i < MAX_CODADEVS; i++)
device_create(coda_psdev_class, NULL,
MKDEV(CODA_PSDEV_MAJOR,i), "cfs%d", i);
device_create_drvdata(coda_psdev_class, NULL,
MKDEV(CODA_PSDEV_MAJOR, i),
NULL, "cfs%d", i);
coda_sysctl_init();
goto out;

Expand Down

0 comments on commit 23ff0a8

Please sign in to comment.