Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75710
b: refs/heads/master
c: 68db2bc
h: refs/heads/master
v: v3
  • Loading branch information
Tony Jones authored and Greg Kroah-Hartman committed Jan 25, 2008
1 parent bdfc5a6 commit 3017a55
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: d78b03683a6f96645d265abdd5c556547dc76d70
refs/heads/master: 68db2bc98cc1594a1cc487755aff4340fd4f1611
2 changes: 1 addition & 1 deletion trunk/drivers/macintosh/adb.c
Original file line number Diff line number Diff line change
Expand Up @@ -875,5 +875,5 @@ adbdev_init(void)
adb_dev_class = class_create(THIS_MODULE, "adb");
if (IS_ERR(adb_dev_class))
return;
class_device_create(adb_dev_class, NULL, MKDEV(ADB_MAJOR, 0), NULL, "adb");
device_create(adb_dev_class, NULL, MKDEV(ADB_MAJOR, 0), "adb");
}

0 comments on commit 3017a55

Please sign in to comment.