Bluetooth: btusb: Change 1 to true in bool type variable assignment

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>
这个提交包含在:
Shailendra Verma
2015-05-25 23:53:40 +05:30
提交者 Marcel Holtmann
父节点 7f6e63631d
当前提交 917a333792

查看文件

@@ -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;