ALSA: module_param: make bool parameters really bool
[deliverable/linux.git] / sound / oss / msnd_pinnacle.c
index 7b5c77b32a90b9a5d4c967dcb58f2cb8e335fd24..eba734560f6f799896b4ab7b59edd0a57a44c901 100644 (file)
@@ -1701,7 +1701,7 @@ static int joystick_io __initdata =       CONFIG_MSNDPIN_JOYSTICK_IO;
 #ifndef CONFIG_MSNDPIN_DIGITAL
 #  define CONFIG_MSNDPIN_DIGITAL       0
 #endif
-static int digital __initdata =                CONFIG_MSNDPIN_DIGITAL;
+static bool digital __initdata =       CONFIG_MSNDPIN_DIGITAL;
 
 #endif /* MSND_CLASSIC */
 
This page took 0.025459 seconds and 5 git commands to generate.