Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48729
b: refs/heads/master
c: c5999f0
h: refs/heads/master
i:
  48727: 1656fef
v: v3
  • Loading branch information
Josh Triplett authored and Greg Kroah-Hartman committed Feb 16, 2007
1 parent 990c6ca commit 6c9957d
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: df23fa01acc77444453633e1dec59cd7a4ea8ec3
refs/heads/master: c5999f0da73b7f46435a67671c8861ed14a94c4e
2 changes: 1 addition & 1 deletion trunk/drivers/usb/core/endpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ static int init_endpoint_class(void)
kref_init(&ep_class->kref);
ep_class->class = class_create(THIS_MODULE, "usb_endpoint");
if (IS_ERR(ep_class->class)) {
result = IS_ERR(ep_class->class);
result = PTR_ERR(ep_class->class);
goto class_create_error;
}

Expand Down

0 comments on commit 6c9957d

Please sign in to comment.