Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259184
b: refs/heads/master
c: b6baddd
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent a4b96c4 commit f94e5b6
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: 5464e9c72194d4db9665346b3973c1fb27ba87be
refs/heads/master: b6badddcccf9d48a01e9a9b33c47922976291ab6
2 changes: 1 addition & 1 deletion trunk/Documentation/driver-model/device.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ Then in the module init function is would do:

And assuming 'dev' is the struct device passed into the probe hook, the driver
probe function would do something like:
create_device(&mydriver_class, dev, chrdev, &private_data, "my_name");
device_create(&mydriver_class, dev, chrdev, &private_data, "my_name");

0 comments on commit f94e5b6

Please sign in to comment.