Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ac1a236aaaaaa24552bf16a8ba6dc5f88129fbd0
Commit:     ac1a236aaaaaa24552bf16a8ba6dc5f88129fbd0
Parent:     72c0fcf70a0c15a6280b3cf2ad11c6fdaf0bd888
Author:     Martin Michlmayr <[EMAIL PROTECTED]>
AuthorDate: Sun Jul 29 22:19:02 2007 +0200
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Tue Jul 31 21:35:34 2007 +0100

    [MIPS] Cobalt: Enable UART on RaQ1
    
    Unlike the current code suggests, the RaQ1 actually has an UART.  Only
    the Qube1 (Qube 2700) lacks one.
    
    Signed-off-by: Martin Michlmayr <[EMAIL PROTECTED]>
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/cobalt/serial.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mips/cobalt/serial.c b/arch/mips/cobalt/serial.c
index c271165..08e7397 100644
--- a/arch/mips/cobalt/serial.c
+++ b/arch/mips/cobalt/serial.c
@@ -55,9 +55,9 @@ static __init int cobalt_uart_add(void)
        int retval;
 
        /*
-        * Cobalt Qube1 and RAQ1 have no UART.
+        * Cobalt Qube1 has no UART.
         */
-       if (cobalt_board_id <= COBALT_BRD_ID_RAQ1)
+       if (cobalt_board_id == COBALT_BRD_ID_QUBE1)
                return 0;
 
        pdev = platform_device_alloc("serial8250", -1);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to