linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 11/11] Subject: ifdef typos: sound_isa_es18xx.c
@ 2004-11-30  1:57 janitor
  2004-12-01 11:13 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: janitor @ 2004-11-30  1:57 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, janitor, domen



Changed CONFIG_PNP_ to CONFIG_PNP, also fixed a comment related to
another CONFIG_PNP.

Signed-off-by: Domen Puncer <domen@coderock.org>

---

 linux-2.6.10-rc2-bk13-max/sound/isa/es18xx.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN sound/isa/es18xx.c~ifdef-sound_isa_es18xx sound/isa/es18xx.c
--- linux-2.6.10-rc2-bk13/sound/isa/es18xx.c~ifdef-sound_isa_es18xx	2004-11-30 02:41:48.000000000 +0100
+++ linux-2.6.10-rc2-bk13-max/sound/isa/es18xx.c	2004-11-30 02:41:48.000000000 +0100
@@ -1849,7 +1849,7 @@ static int enable[SNDRV_CARDS] = SNDRV_D
 static int isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1};
 #endif
 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;	/* 0x220,0x240,0x260,0x280 */
-#ifndef CONFIG_PNP_
+#ifndef CONFIG_PNP
 static long mpu_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -1};
 #else
 static long mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
@@ -1988,7 +1988,7 @@ static int __devinit snd_audiodrive_pnp(
 	kfree(cfg);
 	return 0;
 }
-#endif /* CONFIG_PNP_ */
+#endif /* CONFIG_PNP */
 
 static int __devinit snd_audiodrive_probe(int dev, struct pnp_card_link *pcard,
 					  const struct pnp_card_device_id *pid)
_

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch 11/11] Subject: ifdef typos: sound_isa_es18xx.c
  2004-11-30  1:57 [patch 11/11] Subject: ifdef typos: sound_isa_es18xx.c janitor
@ 2004-12-01 11:13 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2004-12-01 11:13 UTC (permalink / raw)
  To: janitor; +Cc: akpm, linux-kernel, domen

At Tue, 30 Nov 2004 02:57:41 +0100,
janitor@sternwelten.at wrote:
> 
> Changed CONFIG_PNP_ to CONFIG_PNP, also fixed a comment related to
> another CONFIG_PNP.
> 
> Signed-off-by: Domen Puncer <domen@coderock.org>

Applied to ALSA tree.

Thanks,


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-12-01 11:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-30  1:57 [patch 11/11] Subject: ifdef typos: sound_isa_es18xx.c janitor
2004-12-01 11:13 ` Takashi Iwai

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).