Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 917a3337 authored by Shailendra Verma's avatar Shailendra Verma Committed by Marcel Holtmann
Browse files

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: default avatarShailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 7f6e6363
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;