Skip to content

Commit

Permalink
Bluetooth: btusb: Change 1 to true in bool type variable assignment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shailendra Verma authored and Marcel Holtmann committed May 25, 2015
1 parent 7f6e636 commit 917a333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bluetooth/btusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 917a333

Please sign in to comment.