Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232627
b: refs/heads/master
c: 9562271
h: refs/heads/master
i:
  232625: d458af9
  232623: 0a7872d
v: v3
  • Loading branch information
Peter Chen authored and Greg Kroah-Hartman committed Jan 23, 2011
1 parent 5834a17 commit f68ba54
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: 20831ad23978d0543b0b23128621b6d8ee7757f1
refs/heads/master: 956227120f2e8eed8ca459879d7eafee78591cc1
2 changes: 1 addition & 1 deletion trunk/drivers/usb/core/endpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,12 @@ int usb_create_ep_devs(struct device *parent,
ep_dev->dev.parent = parent;
ep_dev->dev.release = ep_device_release;
dev_set_name(&ep_dev->dev, "ep_%02x", endpoint->desc.bEndpointAddress);
device_enable_async_suspend(&ep_dev->dev);

retval = device_register(&ep_dev->dev);
if (retval)
goto error_register;

device_enable_async_suspend(&ep_dev->dev);
endpoint->ep_dev = ep_dev;
return retval;

Expand Down

0 comments on commit f68ba54

Please sign in to comment.