Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217018
b: refs/heads/master
c: 79fc3e2
h: refs/heads/master
v: v3
  • Loading branch information
Vasiliy Kulikov authored and Tony Lindgren committed Oct 12, 2010
1 parent f0e2bab commit e061420
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: 0e4905c0199d683497833be60a428c784d7575b8
refs/heads/master: 79fc3e21401be720708931002268b676e36fcf41
2 changes: 1 addition & 1 deletion trunk/drivers/serial/omap-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ static void serial_omap_rx_timeout(unsigned long uart_no)
{
struct uart_omap_port *up = ui[uart_no];
unsigned int curr_dma_pos, curr_transmitted_size;
unsigned int ret = 0;
int ret = 0;

curr_dma_pos = omap_get_dma_dst_pos(up->uart_dma.rx_dma_channel);
if ((curr_dma_pos == up->uart_dma.prev_rx_dma_pos) ||
Expand Down

0 comments on commit e061420

Please sign in to comment.