Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168712
b: refs/heads/master
c: 18a77b5
h: refs/heads/master
v: v3
  • Loading branch information
Henry Gebhardt authored and Greg Kroah-Hartman committed Nov 18, 2009
1 parent d0ab04b commit 2dd2232
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: a1f17a872bc7b1cb7efdd5486a2963e88a536e61
refs/heads/master: 18a77b5d237a67d2c621a46f5271a3b51da1b380
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 @@ -609,9 +609,9 @@ static int acm_tty_open(struct tty_struct *tty, struct file *filp)

acm->throttle = 0;

tasklet_schedule(&acm->urb_task);
set_bit(ASYNCB_INITIALIZED, &acm->port.flags);
rv = tty_port_block_til_ready(&acm->port, tty, filp);
tasklet_schedule(&acm->urb_task);
done:
mutex_unlock(&acm->mutex);
err_out:
Expand Down

0 comments on commit 2dd2232

Please sign in to comment.