From patchwork Tue Feb 10 09:04:00 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 6367 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n1A9FX5X027650 for ; Tue, 10 Feb 2009 09:15:33 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751128AbZBJJPc (ORCPT ); Tue, 10 Feb 2009 04:15:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751165AbZBJJPc (ORCPT ); Tue, 10 Feb 2009 04:15:32 -0500 Received: from mail.renesas.com ([202.234.163.13]:55134 "EHLO mail04.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751128AbZBJJPb (ORCPT ); Tue, 10 Feb 2009 04:15:31 -0500 X-AuditID: ac140387-00000008000005fd-51-499145b07937 Received: from guardian01.idc.renesas.com ([172.20.8.200]) by mail04.idc.renesas.com (sendmail) with ESMTP id n1A9FRR4012713; Tue, 10 Feb 2009 18:15:28 +0900 (JST) Received: (from root@localhost) by guardian01.idc.renesas.com with id n1A9FSJ8003275; Tue, 10 Feb 2009 18:15:28 +0900 (JST) Received: from mta01.idc.renesas.com (localhost [127.0.0.1]) by mta01.idc.renesas.com with ESMTP id n1A9FRWS000449; Tue, 10 Feb 2009 18:15:27 +0900 (JST) Received: from PG10870.renesas.com ([172.30.8.159]) by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0KEU003KDF1RIU@ims05.idc.renesas.com>; Tue, 10 Feb 2009 18:15:27 +0900 (JST) Date: Tue, 10 Feb 2009 18:04:00 +0900 From: Kuninori Morimoto Subject: [PATCH] sh-sci.h: fix typo for SH7785 To: Paul Mundt Cc: SH-Linux Message-id: MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.1 (i386-mingw-nt5.1.2600) MULE/5.0 (SAKAKI) Meadow/3.00-dev (KIKU) X-Brightmail-Tracker: AAAAAA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Signed-off-by: Kuninori Morimoto --- 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(-) 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) || \