Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376061
b: refs/heads/master
c: f6b6f52
h: refs/heads/master
i:
  376059: 5ef06d1
v: v3
  • Loading branch information
Lee Jones authored and Greg Kroah-Hartman committed May 20, 2013
1 parent 3c36097 commit 0a9b1a7
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: 383d2fc96c1983f5cd7fca3a3b1c9b8d8ee0de66
refs/heads/master: f6b6f52b583003ad443d5709c56b8858466c4268
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/amba-pl011.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ static void pl011_dma_probe_initcall(struct device *dev, struct uart_amba_port *
dmaengine_slave_config(chan, &rx_conf);
uap->dmarx.chan = chan;

if (plat->dma_rx_poll_enable) {
if (plat && plat->dma_rx_poll_enable) {
/* Set poll rate if specified. */
if (plat->dma_rx_poll_rate) {
uap->dmarx.auto_poll_rate = false;
Expand Down

0 comments on commit 0a9b1a7

Please sign in to comment.