This fixes a lingering typo in arch/ppc/boot/simple/m8260_tty.c

Signed-off-by: Tom Rini <[EMAIL PROTECTED]>

diff -urN linux-2.6.11/arch/ppc/boot/simple/m8260_tty.c 
linuxppc-2.6.11/arch/ppc/boot/simple/m8260_tty.c
--- linux-2.6.11/arch/ppc/boot/simple/m8260_tty.c       2005-03-02 
00:37:54.000000000 -0700
+++ linuxppc-2.6.11/arch/ppc/boot/simple/m8260_tty.c    2005-03-15 
08:56:44.000000000 -0700
@@ -159,7 +159,7 @@
        sccp->scc_sccm = 0;
        sccp->scc_scce = 0xffff;
        sccp->scc_dsr = 0x7e7e;
-       sccp->scc_pmsr = 0x3000;
+       sccp->scc_psmr = 0x3000;
 
        /* Wire BRG1 to SCC1.  The console driver will take care of
         * others.

-- 
Tom Rini
http://gate.crashing.org/~trini/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to