]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - drivers/bluetooth/btusb.c
Bluetooth: btusb: Change 1 to true in bool type variable assignment
authorShailendra Verma <shailendra.capricorn@gmail.com>
Mon, 25 May 2015 18:23:40 +0000 (23:53 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 25 May 2015 18:57:35 +0000 (20:57 +0200)
commit917a33379258c137324cb9204e2f2f6ed8dc2b78
tree4072fea290bd5f3c2526d2525c47f1b00fe413f2
parent7f6e63631dbd7fd6689b4ee301d0eea0f34c5535
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>
drivers/bluetooth/btusb.c