]> 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)
commitf38de4afc396b2deb75ceef8e6eb2fca4876911a
tree34e8afb53f9146de924e8c70411c8e7b372d71fd
parent2da844c323870ba97ae90147e842ebcec2344868
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