Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108975
b: refs/heads/master
c: 74573ee
h: refs/heads/master
i:
  108973: c56152d
  108971: ecc6f3e
  108967: ce05f87
  108959: 089b1a9
v: v3
  • Loading branch information
Alexey Dobriyan authored and Greg Kroah-Hartman committed Aug 21, 2008
1 parent 97a1fa2 commit c29b5cf
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: fb85d991616046f1b640ed9c4eab9b44908dab74
refs/heads/master: 74573ee7096a4ffc2f098108d21c85801b9c7434
2 changes: 1 addition & 1 deletion trunk/drivers/usb/class/cdc-acm.c
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,8 @@ static int acm_tty_open(struct tty_struct *tty, struct file *filp)
tasklet_schedule(&acm->urb_task);

done:
err_out:
mutex_unlock(&acm->mutex);
err_out:
mutex_unlock(&open_mutex);
return rv;

Expand Down

0 comments on commit c29b5cf

Please sign in to comment.