Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36383
b: refs/heads/master
c: a009b75
h: refs/heads/master
i:
  36381: f1b1e87
  36379: 87ae1e6
  36375: 7e0f4c3
  36367: 12a71e9
  36351: eff43d1
v: v3
  • Loading branch information
Luiz Fernando N. Capitulino authored and Greg Kroah-Hartman committed Sep 27, 2006
1 parent 600972a commit d457c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 5d8926658ce41b254fdfba7d057e6c9438c25cca
refs/heads/master: a009b75aa0ed55f0bc473c8a3b3e872cbca807ec
5 changes: 1 addition & 4 deletions trunk/drivers/usb/serial/pl2303.c
Original file line number Diff line number Diff line change
Expand Up @@ -824,16 +824,13 @@ static void pl2303_update_line_status(struct usb_serial_port *port,
}

if (actual_length < length)
goto exit;
return;

/* Save off the uart status for others to look at */
spin_lock_irqsave(&priv->lock, flags);
priv->line_status = data[status_idx];
spin_unlock_irqrestore(&priv->lock, flags);
wake_up_interruptible (&priv->delta_msr_wait);

exit:
return;
}

static void pl2303_read_int_callback (struct urb *urb, struct pt_regs *regs)
Expand Down

0 comments on commit d457c67

Please sign in to comment.