Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275781
b: refs/heads/master
c: 90f04c2
h: refs/heads/master
i:
  275779: 37c134d
v: v3
  • Loading branch information
Tomoya MORINAGA authored and Greg Kroah-Hartman committed Nov 15, 2011
1 parent bc7b471 commit febf2a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 604fdb75094a7367e1794fd0f62183380364ce13
refs/heads/master: 90f04c2926cfb5bf74533b0a7766bc896f6a0c0e
4 changes: 2 additions & 2 deletions trunk/drivers/tty/serial/pch_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ static void pch_request_dma(struct uart_port *port)
dev_err(priv->port.dev, "%s:dma_request_channel FAILS(Rx)\n",
__func__);
dma_release_channel(priv->chan_tx);
priv->chan_tx = NULL;
return;
}

Expand Down Expand Up @@ -1219,8 +1220,7 @@ static void pch_uart_shutdown(struct uart_port *port)
dev_err(priv->port.dev,
"pch_uart_hal_set_fifo Failed(ret=%d)\n", ret);

if (priv->use_dma_flag)
pch_free_dma(port);
pch_free_dma(port);

free_irq(priv->port.irq, priv);
}
Expand Down

0 comments on commit febf2a3

Please sign in to comment.