Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354753
b: refs/heads/master
c: 81a7d77
h: refs/heads/master
i:
  354751: ae94311
v: v3
  • Loading branch information
Thomas Jarosch authored and Greg Kroah-Hartman committed Jan 16, 2013
1 parent efa4ad9 commit fff28a2
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: e759d7c53b39a43fc908425bf9985b8b7d930550
refs/heads/master: 81a7d777497aa4f8c4b5f46b2b8b978779840462
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/mxs-auart.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ static int mxs_auart_dma_init(struct mxs_auart_port *s)
return 0;

/* We do not get the right DMA channels. */
if (s->dma_channel_rx == -1 || s->dma_channel_rx == -1)
if (s->dma_channel_rx == -1 || s->dma_channel_tx == -1)
return -EINVAL;

/* init for RX */
Expand Down

0 comments on commit fff28a2

Please sign in to comment.