On Tue, Mar 08, 2005 at 12:06:33AM +0100, Adrian Bunk wrote:

> This patch fixes typos in the SUPPORT_JOYSTICK=n case.
> 
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

Thanks; applied.

> --- linux-2.6.11-mm1-full/sound/pci/cs4281.c.old      2005-03-07 
> 23:45:01.000000000 +0100
> +++ linux-2.6.11-mm1-full/sound/pci/cs4281.c  2005-03-07 23:45:27.000000000 
> +0100
> @@ -1331,8 +1331,8 @@
>       }
>  }
>  #else
> -static inline int snd_cs4281_gameport(cs4281_t *chip) { return -ENOSYS; }
> -static inline void snd_cs4281_gameport_free(cs4281_t *chip) { }
> +static inline int snd_cs4281_create_gameport(cs4281_t *chip) { return 
> -ENOSYS; }
> +static inline void snd_cs4281_free_gameport(cs4281_t *chip) { }
>  #endif /* CONFIG_GAMEPORT || (MODULE && CONFIG_GAMEPORT_MODULE) */

-- 
Vojtech Pavlik
SuSE Labs, SuSE CR
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to