2005-03-15 18:24:10

by Tom Rini

[permalink] [raw]
Subject: [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]>

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/