The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [patch 09/11] Subject: ifdef typos mips: AU1[0X]00_USB_DEVICE
@ 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



AU1000_USB_DEVICE appears 3 times.
AU1X00_USB_DEVICE appears 44 times, and is nowhere defined.
One ifdef starts with "X" version, and ends with "0", so it's quite
obvious these is supposed to be one option.

Makes you wonder if anybody uses these devices.

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/mips/Kconfig                    |    2 +-
 linux-2.6.10-rc2-bk13-max/arch/mips/au1000/mtx-1/board_setup.c |    2 +-
 linux-2.6.10-rc2-bk13-max/arch/mips/configs/pb1500_defconfig   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff -puN arch/mips/au1000/mtx-1/board_setup.c~ifdef-mips-au100_usb_device arch/mips/au1000/mtx-1/board_setup.c
--- linux-2.6.10-rc2-bk13/arch/mips/au1000/mtx-1/board_setup.c~ifdef-mips-au100_usb_device	2004-11-30 02:41:43.000000000 +0100
+++ linux-2.6.10-rc2-bk13-max/arch/mips/au1000/mtx-1/board_setup.c	2004-11-30 02:41:43.000000000 +0100
@@ -60,7 +60,7 @@ void __init board_setup(void)
 	// enable USB power switch
 	au_writel( au_readl(GPIO2_DIR) | 0x10, GPIO2_DIR );
 	au_writel( 0x100000, GPIO2_OUTPUT );
-#endif // defined (CONFIG_USB_OHCI) || defined (CONFIG_AU1000_USB_DEVICE)
+#endif // defined (CONFIG_USB_OHCI) || defined (CONFIG_AU1X00_USB_DEVICE)
 
 #ifdef CONFIG_PCI
 #if defined(__MIPSEB__)
diff -puN arch/mips/configs/pb1500_defconfig~ifdef-mips-au100_usb_device arch/mips/configs/pb1500_defconfig
--- linux-2.6.10-rc2-bk13/arch/mips/configs/pb1500_defconfig~ifdef-mips-au100_usb_device	2004-11-30 02:41:43.000000000 +0100
+++ linux-2.6.10-rc2-bk13-max/arch/mips/configs/pb1500_defconfig	2004-11-30 02:41:43.000000000 +0100
@@ -99,7 +99,7 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y
 CONFIG_HAVE_DEC_LOCK=y
 CONFIG_DMA_NONCOHERENT=y
 CONFIG_CPU_LITTLE_ENDIAN=y
-# CONFIG_AU1000_USB_DEVICE is not set
+# CONFIG_AU1X00_USB_DEVICE is not set
 CONFIG_MIPS_L1_CACHE_SHIFT=5
 # CONFIG_FB is not set
 
diff -puN arch/mips/Kconfig~ifdef-mips-au100_usb_device arch/mips/Kconfig
--- linux-2.6.10-rc2-bk13/arch/mips/Kconfig~ifdef-mips-au100_usb_device	2004-11-30 02:41:43.000000000 +0100
+++ linux-2.6.10-rc2-bk13-max/arch/mips/Kconfig	2004-11-30 02:41:43.000000000 +0100
@@ -959,7 +959,7 @@ config SYSCLK_100
 
 endchoice
 
-config AU1000_USB_DEVICE
+config AU1X00_USB_DEVICE
 	bool
 	depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000
 	default n
_

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

only message in thread, other threads:[~2004-11-30  2:38 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 09/11] Subject: ifdef typos mips: AU1[0X]00_USB_DEVICE janitor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox