From 062f1dcf7def98365efbef713ab872073e044418 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Tue, 30 Jun 2009 21:02:45 -0700 Subject: [PATCH] --- yaml --- r: 156821 b: refs/heads/master c: bcf396c48012a5e4c7ab77be5c40df10d6bdb8ad h: refs/heads/master i: 156819: 4246582d7e7ca1db13db6c7622393b592b4e66e8 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/serial.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9a966f3541fe..b53ad2859f2a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fd455ea899b5a14a8cdd276e15f3b47696526f92 +refs/heads/master: bcf396c48012a5e4c7ab77be5c40df10d6bdb8ad diff --git a/trunk/arch/arm/mach-omap2/serial.c b/trunk/arch/arm/mach-omap2/serial.c index 6f35a7e4893f..a7421a50410b 100644 --- a/trunk/arch/arm/mach-omap2/serial.c +++ b/trunk/arch/arm/mach-omap2/serial.c @@ -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;