projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f6e636
)
Bluetooth: btusb: Change 1 to true in bool type variable assignment
author
Shailendra Verma
<shailendra.capricorn@gmail.com>
Mon, 25 May 2015 18:23:40 +0000
(23:53 +0530)
committer
Marcel Holtmann
<marcel@holtmann.org>
Mon, 25 May 2015 18:57:35 +0000
(20:57 +0200)
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>
drivers/bluetooth/btusb.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/btusb.c
b/drivers/bluetooth/btusb.c
index c334620c07b390bbc9a7243960a001b96769a5ea..8ff0e162341dce140f17e5b941a83338e7ffd22d 100644
(file)
--- a/
drivers/bluetooth/btusb.c
+++ b/
drivers/bluetooth/btusb.c
@@
-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;