]> git.kernelconcepts.de Git - karo-tx-linux.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)
commita913718812d5998b3af2b6d6b5f0be4a09caebb1
tree34e8afb53f9146de924e8c70411c8e7b372d71fd
parent1f438c6138ac5739ce16c8db04689e438d65dfe6
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