lkml.org 
[lkml]   [2012]   [Mar]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] sound: fix isa/opti9xx module param type
At Wed, 28 Mar 2012 18:26:17 -0700,
Randy Dunlap wrote:
>
> From: Randy Dunlap <rdunlap@xenotime.net>
>
> Fix module parameter data type to eliminate build warnings.
>
> sound/isa/opti9xx/opti92x-ad1848.c:87:1: warning: return from incompatible pointer type
> sound/isa/opti9xx/opti92x-ad1848.c:87:1: warning: return from incompatible pointer type
>
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>

Applied this one, too.


Takashi

> ---
> sound/isa/opti9xx/opti92x-ad1848.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-next-20120328.orig/sound/isa/opti9xx/opti92x-ad1848.c
> +++ linux-next-20120328/sound/isa/opti9xx/opti92x-ad1848.c
> @@ -65,7 +65,7 @@ static int index = SNDRV_DEFAULT_IDX1; /
> static char *id = SNDRV_DEFAULT_STR1; /* ID for this card */
> //static bool enable = SNDRV_DEFAULT_ENABLE1; /* Enable this card */
> #ifdef CONFIG_PNP
> -static int isapnp = 1; /* Enable ISA PnP detection */
> +static bool isapnp = true; /* Enable ISA PnP detection */
> #endif
> static long port = SNDRV_DEFAULT_PORT1; /* 0x530,0xe80,0xf40,0x604 */
> static long mpu_port = SNDRV_DEFAULT_PORT1; /* 0x300,0x310,0x320,0x330 */
>


\
 
 \ /
  Last update: 2012-03-29 18:03    [W:0.071 / U:0.992 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site