projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1045b6
)
sound: fix oss/msnd_pinnacle module param type
author
Randy Dunlap
<rdunlap@xenotime.net>
Thu, 29 Mar 2012 01:26:13 +0000
(18:26 -0700)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 29 Mar 2012 15:56:43 +0000
(17:56 +0200)
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>
sound/oss/msnd_pinnacle.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/oss/msnd_pinnacle.c
b/sound/oss/msnd_pinnacle.c
index eba734560f6f799896b4ab7b59edd0a57a44c901..2c79d60a725f45dd83f31edf6187204ed8c4db1d 100644
(file)
--- a/
sound/oss/msnd_pinnacle.c
+++ b/
sound/oss/msnd_pinnacle.c
@@
-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;