projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd7a27c
)
[ARM] tegra: tegra_hsuart: fix a typo
author
Iliyan Malchev
<malchev@google.com>
Mon, 4 Oct 2010 22:11:37 +0000
(15:11 -0700)
committer
Colin Cross
<ccross@android.com>
Wed, 6 Oct 2010 23:29:14 +0000
(16:29 -0700)
Signed-off-by: Iliyan Malchev <malchev@google.com>
drivers/serial/tegra_hsuart.c
patch
|
blob
|
history
diff --git
a/drivers/serial/tegra_hsuart.c
b/drivers/serial/tegra_hsuart.c
index cd4de24065fa75e9d84820cbc7f93e29228f6555..d992d36bbd2925c565d782e8bcd35eed20e5d5bd 100644
(file)
--- a/
drivers/serial/tegra_hsuart.c
+++ b/
drivers/serial/tegra_hsuart.c
@@
-665,7
+665,7
@@
static int tegra_uart_init_rx_dma(struct tegra_uart_port *t)
dma_addr_t rx_dma_phys;
void *rx_dma_virt;
- t->rx_dma = tegra_dma_allocate_channel(TEGRA_DMA_MODE_CONTINOUS);
+ t->rx_dma = tegra_dma_allocate_channel(TEGRA_DMA_MODE_CONTIN
U
OUS);
if (!t->rx_dma)
return -ENODEV;