浏览代码

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 10 年之前
父节点
当前提交
917a333792
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/bluetooth/btusb.c

+ 1 - 1
drivers/bluetooth/btusb.c

@@ -38,7 +38,7 @@
 static bool disable_scofix;
 static bool disable_scofix;
 static bool force_scofix;
 static bool force_scofix;
 
 
-static bool reset = 1;
+static bool reset = true;
 
 
 static struct usb_driver btusb_driver;
 static struct usb_driver btusb_driver;