ChangeSet 1.2252, 2005/03/18 13:34:37-08:00, [EMAIL PROTECTED]

        [PATCH] ppc32: Fix a typo on 8260
        
        This fixes a lingering typo in arch/ppc/boot/simple/m8260_tty.c
        
        Signed-off-by: Tom Rini <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 m8260_tty.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/arch/ppc/boot/simple/m8260_tty.c b/arch/ppc/boot/simple/m8260_tty.c
--- a/arch/ppc/boot/simple/m8260_tty.c  2005-03-18 14:13:39 -08:00
+++ b/arch/ppc/boot/simple/m8260_tty.c  2005-03-18 14:13:39 -08:00
@@ -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.
-
To unsubscribe from this list: send the line "unsubscribe bk-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