[PATCH] bluetooth:btusb - Change 1 to true in bool type variable assignment.

From: Shailendra Verma
Date: Mon May 25 2015 - 14:24:01 EST


The reset is a bool type variable.So assigning true to reset instead
of 1.

Signed-off-by: Shailendra Verma <shailendra.capricorn@xxxxxxxxx>
---
drivers/bluetooth/btusb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 3c10d4d..0ce5c32 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -37,7 +37,7 @@
static bool disable_scofix;
static bool force_scofix;

-static bool reset = 1;
+static bool reset = true;

static struct usb_driver btusb_driver;

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/