module_param: make bool parameters really bool (drivers & misc)
[sfrench/cifs-2.6.git] / drivers / bluetooth / hci_ldisc.c
index 48ad2a7ab080ba9a58c425da7cc959dba0e1e3de..07114489994f5f383f4aef45c38cca72b38b52f9 100644 (file)
@@ -48,7 +48,7 @@
 
 #define VERSION "2.2"
 
-static int reset = 0;
+static bool reset = 0;
 
 static struct hci_uart_proto *hup[HCI_UART_MAX_PROTO];