Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40681
b: refs/heads/master
c: 5a69ebe
h: refs/heads/master
i:
  40679: aef4968
v: v3
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed Nov 3, 2006
1 parent 6dc412a commit 3181f8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 6c8df79f8c0f8d861ea25e6e104a29398d8398f4
refs/heads/master: 5a69ebe1e90d9e8d43131f08d344751cf42254c5
2 changes: 0 additions & 2 deletions trunk/drivers/usb/class/usblp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1203,8 +1203,6 @@ static int usblp_suspend (struct usb_interface *intf, pm_message_t message)
down (&usblp->sem);
/* we take no more IO */
usblp->sleeping = 1;
/* we wait for anything printing */
wait_event (usblp->wait, usblp->wcomplete || !usblp->present);
usblp_unlink_urbs(usblp);
up (&usblp->sem);
mutex_unlock (&usblp_mutex);
Expand Down

0 comments on commit 3181f8a

Please sign in to comment.