Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188777
b: refs/heads/master
c: 338124c
h: refs/heads/master
i:
  188775: 874434d
v: v3
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed Mar 19, 2010
1 parent d4255b0 commit 8d1c3c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: d93d16e9aa58887feadd999ea26b7b8139e98b56
refs/heads/master: 338124c1f18c2c737656ac58735f040d90b23d8c
4 changes: 2 additions & 2 deletions trunk/drivers/usb/class/cdc-wdm.c
Original file line number Diff line number Diff line change
Expand Up @@ -839,10 +839,10 @@ static int wdm_resume(struct usb_interface *intf)
int rv;

dev_dbg(&desc->intf->dev, "wdm%d_resume\n", intf->minor);
mutex_lock(&desc->lock);

clear_bit(WDM_SUSPENDING, &desc->flags);
rv = recover_from_urb_loss(desc);
mutex_unlock(&desc->lock);

return rv;
}
#endif
Expand Down

0 comments on commit 8d1c3c0

Please sign in to comment.