[patch 11/11] Subject: ifdef typos: sound_isa_es18xx.c

janitor_at_sternwelten.at
Date: 11/30/04

  • Next message: Andrew Morton: "Re: CD-ROM problem on x86-64"
    To: akpm@osdl.org
    Date:	Tue, 30 Nov 2004 02:57:41 +0100
    
    

    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)
    _
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Andrew Morton: "Re: CD-ROM problem on x86-64"

    Relevant Pages

    • Kernel BUG at rmap:482
      ... unfortunately I am experiencing the same problem myself now on a new ... I can reproduce the problem fairly regularly, ... Process sh (pid: 16405, threadinfo ffff810035fa2000, task ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [patch] generic-hardirqs-2.6.9-rc1-mm4.patch
      ... I've got this trace: ... Process kjournald (pid: 694, threadinfo 000001001f588000, task ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: cfq misbehaving on 2.6.11-1.14_FC3
      ... the computing and locking cost for every single page write ... > a pid as index, then it'd need to go in the page_t, which would waste ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: [patch] inotify, improved.
      ... telling which pid ... we can make the argument that read rights on a ... say that read rights are enough for a unprivileged user to know that ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: anon unions are cool
      ... _is_ common to add an accessor method due to upcoming locking/ virtualization changes or similar. ... union {pid_t pid __deprecated; ... Code that used task->pid would get a deprecation warning, however new code that used the task_pidwould work fine; and the task_pidfunction itself would generate no warnings. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)