Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163135
b: refs/heads/master
c: aae290f
h: refs/heads/master
i:
  163133: 64f012d
  163131: 126a2db
  163127: 51da27d
  163119: 5ffd8ac
  163103: da31e8d
  163071: 16f497a
v: v3
  • Loading branch information
Santosh Shilimkar authored and Kevin Hilman committed Sep 2, 2009
1 parent e56a642 commit b87cc04
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 0e3eaadfe3da84f98250ad8a2c36e87fe00e42ee
refs/heads/master: aae290fb4d64e2b09b659f4b8a7f9d2547ef63b1
7 changes: 5 additions & 2 deletions trunk/arch/arm/mach-omap2/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,11 @@ void __init omap_serial_init(void)
uart->fck = NULL;
}

if (!uart->ick || !uart->fck)
continue;
/* FIXME: Remove this once the clkdev is ready */
if (!cpu_is_omap44xx()) {
if (!uart->ick || !uart->fck)
continue;
}

uart->num = i;
p->private_data = uart;
Expand Down

0 comments on commit b87cc04

Please sign in to comment.