Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104729
b: refs/heads/master
c: 97cd790
h: refs/heads/master
i:
  104727: 728eb5b
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jul 22, 2008
1 parent 63318bb commit 890009e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 24d0b416f988fcdfa2615a25c7c33c21cc2a65a9
refs/heads/master: 97cd790e3a9cf2855676a461ac5c448f5843017d
3 changes: 2 additions & 1 deletion trunk/drivers/macintosh/adb.c
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,8 @@ adbdev_init(void)
adb_dev_class = class_create(THIS_MODULE, "adb");
if (IS_ERR(adb_dev_class))
return;
device_create(adb_dev_class, NULL, MKDEV(ADB_MAJOR, 0), "adb");
device_create_drvdata(adb_dev_class, NULL, MKDEV(ADB_MAJOR, 0), NULL,
"adb");

platform_device_register(&adb_pfdev);
platform_driver_probe(&adb_pfdrv, adb_dummy_probe);
Expand Down

0 comments on commit 890009e

Please sign in to comment.