Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156821
b: refs/heads/master
c: bcf396c
h: refs/heads/master
i:
  156819: 4246582
v: v3
  • Loading branch information
Kevin Hilman committed Aug 5, 2009
1 parent 752d1b7 commit 062f1dc
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: fd455ea899b5a14a8cdd276e15f3b47696526f92
refs/heads/master: bcf396c48012a5e4c7ab77be5c40df10d6bdb8ad
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ void __init omap_serial_init(void)
uart->num = i;
p->private_data = uart;
uart->p = p;
list_add(&uart->node, &uart_list);
list_add_tail(&uart->node, &uart_list);

if (cpu_is_omap44xx())
p->irq += 32;
Expand Down

0 comments on commit 062f1dc

Please sign in to comment.