Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208019
b: refs/heads/master
c: a7a6b79
h: refs/heads/master
i:
  208017: daf5589
  208015: 1187454
v: v3
  • Loading branch information
Ming Lei authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent 32cd446 commit 59dff2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d0390d92bf548a903a48e1a2b3a12eff8a9d838b
refs/heads/master: a7a6b79bc5bd5dda9fdd1adb4a342a4c5ee789a8
2 changes: 2 additions & 0 deletions trunk/drivers/usb/serial/usb-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,8 @@ int usb_serial_probe(struct usb_interface *interface,
dev_set_name(&port->dev, "ttyUSB%d", port->number);
dbg ("%s - registering %s", __func__, dev_name(&port->dev));
port->dev_state = PORT_REGISTERING;
device_enable_async_suspend(&port->dev);

retval = device_add(&port->dev);
if (retval) {
dev_err(&port->dev, "Error registering port device, "
Expand Down

0 comments on commit 59dff2d

Please sign in to comment.