Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11861
b: refs/heads/master
c: f723205
h: refs/heads/master
i:
  11859: 0d233dd
v: v3
  • Loading branch information
Carlos Sanchez authored and Linus Torvalds committed Oct 31, 2005
1 parent 4c704a1 commit a01bab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ea05db06f32adac65b4c4e95ef998839149de12
refs/heads/master: f7232056bff5fe2d3bfeab35252a66ebaeb5bbde
2 changes: 2 additions & 0 deletions trunk/drivers/serial/mpsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,8 @@ mpsc_start_rx(struct mpsc_port_info *pi)
{
pr_debug("mpsc_start_rx[%d]: Starting...\n", pi->port.line);

/* Issue a Receive Abort to clear any receive errors */
writel(MPSC_CHR_2_RA, pi->mpsc_base + MPSC_CHR_2);
if (pi->rcv_data) {
mpsc_enter_hunt(pi);
mpsc_sdma_cmd(pi, SDMA_SDCM_ERD);
Expand Down

0 comments on commit a01bab1

Please sign in to comment.