Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133494
b: refs/heads/master
c: d55c0ae
h: refs/heads/master
v: v3
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed Mar 24, 2009
1 parent 8f9a368 commit 5e105a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: f8bece8d91f9ed9cff3c98920802f1b3046b7560
refs/heads/master: d55c0ae6b243bb8e247259089b3a2e47ebfabdf6
8 changes: 0 additions & 8 deletions trunk/drivers/usb/serial/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,6 @@ int usb_serial_generic_resume(struct usb_serial *serial)
struct usb_serial_port *port;
int i, c = 0, r;

#ifdef CONFIG_PM
/*
* If this is an autoresume, don't submit URBs.
* They will be submitted in the open function instead.
*/
if (serial->dev->auto_pm)
return 0;
#endif
for (i = 0; i < serial->num_ports; i++) {
port = serial->port[i];
if (port->port.count && port->read_urb) {
Expand Down

0 comments on commit 5e105a4

Please sign in to comment.