提交 917a3337 编写于 作者: S Shailendra Verma 提交者: Marcel Holtmann

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: NShailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 7f6e6363
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册