]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/bluetooth/btusb.c
module_param: make bool parameters really bool (drivers & misc)
[karo-tx-linux.git] / drivers / bluetooth / btusb.c
index 55ac349695c48c147c5377030fe41254e9fd8ec8..f00f596c102997c8b32c48d4e41007eeae9a99a4 100644 (file)
 
 #define VERSION "0.6"
 
-static int ignore_dga;
-static int ignore_csr;
-static int ignore_sniffer;
-static int disable_scofix;
-static int force_scofix;
+static bool ignore_dga;
+static bool ignore_csr;
+static bool ignore_sniffer;
+static bool disable_scofix;
+static bool force_scofix;
 
-static int reset = 1;
+static bool reset = 1;
 
 static struct usb_driver btusb_driver;