linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 05/11] Subject: ifdef typos: arch_sh_boards_renesas_hs7751rvoip_io.c
@ 2004-11-30  1:57 janitor
  0 siblings, 0 replies; only message in thread
From: janitor @ 2004-11-30  1:57 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, janitor, domen, rddunlap



CONFIG_HS7751RVOIP_CIDEC is mistyped.

Signed-off-by: Domen Puncer <domen@coderock.org>
Acked-by: Randy Dunlap <rddunlap@osdl.org>
Signed-off-by: Maximilian Attems <janitor@sternwelten.at>

---

 linux-2.6.10-rc2-bk13-max/arch/sh/boards/renesas/hs7751rvoip/io.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN arch/sh/boards/renesas/hs7751rvoip/io.c~ifdef-arch_sh_boards_renesas_hs7751rvoip_io arch/sh/boards/renesas/hs7751rvoip/io.c
--- linux-2.6.10-rc2-bk13/arch/sh/boards/renesas/hs7751rvoip/io.c~ifdef-arch_sh_boards_renesas_hs7751rvoip_io	2004-11-30 02:41:37.000000000 +0100
+++ linux-2.6.10-rc2-bk13-max/arch/sh/boards/renesas/hs7751rvoip/io.c	2004-11-30 02:41:37.000000000 +0100
@@ -166,7 +166,7 @@ void hs7751rvoip_outb(unsigned char valu
 
         if (PXSEG(port))
                 *(volatile unsigned char *)port = value;
-#if defined(CONFIG_HS7751RVOIP_CIDEC)
+#if defined(CONFIG_HS7751RVOIP_CODEC)
 	else if (codec_port(port))
 		*(volatile unsigned cjar *)((unsigned long)area6_io8_base+(port-CODEC_IO_BASE)) = value;
 #endif
@@ -180,7 +180,7 @@ void hs7751rvoip_outb_p(unsigned char va
 {
         if (PXSEG(port))
                 *(volatile unsigned char *)port = value;
-#if defined(CONFIG_HS7751RVOIP_CIDEC)
+#if defined(CONFIG_HS7751RVOIP_CODEC)
 	else if (codec_port(port))
 		*(volatile unsigned cjar *)((unsigned long)area6_io8_base+(port-CODEC_IO_BASE)) = value;
 #endif
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-30  2:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-30  1:57 [patch 05/11] Subject: ifdef typos: arch_sh_boards_renesas_hs7751rvoip_io.c janitor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).