]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_qca: Changed unsigned long to bool
authorPrasanna Karthik <mkarthi3@visteon.com>
Mon, 28 Sep 2015 08:03:24 +0000 (08:03 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 28 Sep 2015 11:06:13 +0000 (13:06 +0200)
commit09638aa0e41d2246b46ebe68d3f71c5cc3142599
tree34e8afb53f9146de924e8c70411c8e7b372d71fd
parent356146223599cdfb2500dc9423b924b326b31e59
Bluetooth: hci_qca: Changed unsigned long to bool

'retransmit' being set in HCI_IBS_TX_WAKING case, using bool would be
efficient. Initialize local bool to false.

Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_qca.c