Skip to content

Commit

Permalink
sound: fix oss/msnd_pinnacle module param type
Browse files Browse the repository at this point in the history
Fix module parameter data type to eliminate build warning.

sound/oss/msnd_pinnacle.c:1727:1: warning: return from incompatible pointer type

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Randy Dunlap authored and Takashi Iwai committed Mar 29, 2012
1 parent d1045b6 commit ec99aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/oss/msnd_pinnacle.c
Original file line number Diff line number Diff line change
Expand Up @@ -1631,7 +1631,7 @@ static int ide_irq __initdata = 0;
static int joystick_io __initdata = 0;

/* If we have the digital daugherboard... */
static int digital __initdata = 0;
static bool digital __initdata = false;
#endif

static int fifosize __initdata = DEFFIFOSIZE;
Expand Down

0 comments on commit ec99aaf

Please sign in to comment.