aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_bcsp.c
diff options
context:
space:
mode:
authorShailendra Verma <shailendra.capricorn@gmail.com>2015-05-26 00:00:57 +0530
committerMarcel Holtmann <marcel@holtmann.org>2015-05-25 20:57:47 +0200
commitbff6b89f86f5f4884e844300c5dc729b3d405681 (patch)
tree754eef4a1927372be0e7f25d779d6f4d4a6314a2 /drivers/bluetooth/hci_bcsp.c
parentBluetooth: btusb: Change 1 to true in bool type variable assignment (diff)
downloadlinux-dev-bff6b89f86f5f4884e844300c5dc729b3d405681.tar.xz
linux-dev-bff6b89f86f5f4884e844300c5dc729b3d405681.zip
Bluetooth: hci_uart: Change 1 to true for bool type variables assignments
The variables txcrc and hciextn are bool type. So assigning true instead of 1. Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/hci_bcsp.c')
-rw-r--r--drivers/bluetooth/hci_bcsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bluetooth/hci_bcsp.c b/drivers/bluetooth/hci_bcsp.c
index dc8e3d4356a0..fc0056a28b81 100644
--- a/drivers/bluetooth/hci_bcsp.c
+++ b/drivers/bluetooth/hci_bcsp.c
@@ -47,8 +47,8 @@
#include "hci_uart.h"
-static bool txcrc = 1;
-static bool hciextn = 1;
+static bool txcrc = true;
+static bool hciextn = true;
#define BCSP_TXWINSIZE 4