Message ID | ud4dqy7nz.wl%morimoto.kuninori@renesas.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Tue, Feb 10, 2009 at 06:04:00PM +0900, Kuninori Morimoto wrote: > > Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> > --- > I think this is just typo. > But is it intention ? > If so, please ignore this patch... > Yes, this was a typo, and your patch is correct. Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/serial/sh-sci.h b/drivers/serial/sh-sci.h index 6a7cd49..bb9fe12 100644 --- a/drivers/serial/sh-sci.h +++ b/drivers/serial/sh-sci.h @@ -133,7 +133,7 @@ # define SCSPTR3 0xffed0024 /* 16 bit SCIF */ # define SCSPTR4 0xffee0024 /* 16 bit SCIF */ # define SCSPTR5 0xffef0024 /* 16 bit SCIF */ -# define SCIF_OPER 0x0001 /* Overrun error bit */ +# define SCIF_ORER 0x0001 /* Overrun error bit */ # define SCSCR_INIT(port) 0x3a /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ #elif defined(CONFIG_CPU_SUBTYPE_SH7201) || \ defined(CONFIG_CPU_SUBTYPE_SH7203) || \
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> --- I think this is just typo. But is it intention ? If so, please ignore this patch... drivers/serial/sh-sci.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)