Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192110
b: refs/heads/master
c: e280000
h: refs/heads/master
v: v3
  • Loading branch information
Cyril Chemparathy authored and Kevin Hilman committed May 6, 2010
1 parent f69b2f3 commit 407280f
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: 9ee1acefa86083c6acf4112983b88a0057eb7785
refs/heads/master: e2800007f3b9aab51c1fe866034db576d3a9fd83
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-davinci/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ int __init davinci_serial_init(struct davinci_uart_config *info)
pr_err("uart regs ioremap failed\n");
}

if (p->membase)
if (p->membase && p->type != PORT_AR7)
davinci_serial_reset(p);
}

Expand Down

0 comments on commit 407280f

Please sign in to comment.