Bluetooth: btusb: Change 1 to true in bool type variable assignment
authorShailendra Verma <shailendra.capricorn@gmail.com>
Mon, 25 May 2015 18:23:40 +0000 (23:53 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 25 May 2015 18:57:35 +0000 (20:57 +0200)
The reset is a bool type variable. So assigning true to reset instead
of 1.

Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btusb.c

index c334620c07b390bbc9a7243960a001b96769a5ea..8ff0e162341dce140f17e5b941a83338e7ffd22d 100644 (file)
@@ -38,7 +38,7 @@
 static bool disable_scofix;
 static bool force_scofix;
 
-static bool reset = 1;
+static bool reset = true;
 
 static struct usb_driver btusb_driver;
 
This page took 0.027094 seconds and 5 git commands to generate.