Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36456
b: refs/heads/master
c: 657b671
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 27, 2006
1 parent 16c25ce commit 080b669
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: 96cede531c632ac019003bf40128b1821761a164
refs/heads/master: 657b6717e7e7dc5620525a34f1561b563fd472fa
2 changes: 1 addition & 1 deletion trunk/drivers/usb/input/yealink.c
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ static int usb_probe(struct usb_interface *intf, const struct usb_device_id *id)
DRIVER_VERSION, sizeof(DRIVER_VERSION));

/* Register sysfs hooks (don't care about failure) */
sysfs_create_group(&intf->dev.kobj, &yld_attr_group);
ret = sysfs_create_group(&intf->dev.kobj, &yld_attr_group);
return 0;
}

Expand Down

0 comments on commit 080b669

Please sign in to comment.