From: Shailendra Verma Date: Mon, 25 May 2015 18:30:57 +0000 (+0530) Subject: Bluetooth: hci_uart: Change 1 to true for bool type variables assignments X-Git-Tag: v4.9.8~4072^2~183^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bff6b89f86f5f4884e844300c5dc729b3d405681;p=platform%2Fkernel%2Flinux-rpi3.git 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 Signed-off-by: Marcel Holtmann --- diff --git a/drivers/bluetooth/hci_bcsp.c b/drivers/bluetooth/hci_bcsp.c index dc8e3d4..fc0056a 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