Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316860
b: refs/heads/master
c: 7e97243
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jun 13, 2012
1 parent bcfb695 commit b702357
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: fc8ef481df1bd6dac5d9c44b744f8050fcb6a5fe
refs/heads/master: 7e97243c2080ecae7129e83635227fdebd4feef6
2 changes: 1 addition & 1 deletion trunk/drivers/usb/core/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static int init_usb_class(void)
}

kref_init(&usb_class->kref);
usb_class->class = class_create(THIS_MODULE, "usb");
usb_class->class = class_create(THIS_MODULE, "usbmisc");
if (IS_ERR(usb_class->class)) {
result = IS_ERR(usb_class->class);
printk(KERN_ERR "class_create failed for usb devices\n");
Expand Down

0 comments on commit b702357

Please sign in to comment.