]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_qca: Optimized code while enabling clocks for BT SOC
authorVenkata Lakshmi Narayana Gubba <gubbaven@codeaurora.org>
Wed, 5 Feb 2020 10:51:43 +0000 (16:21 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 5 Feb 2020 11:49:55 +0000 (12:49 +0100)
commit164cc8370a192d5f48fbed945655aeaf17c00423
tree2b5b1f315e8b4f39c47f8613f93b3cdea078ac08
parent083e77deb1ac8bf71083a31596732c59080169c5
Bluetooth: hci_qca: Optimized code while enabling clocks for BT SOC

* Directly passing clock pointer to clock code without checking for NULL
  as clock code takes care of it
* Removed the comment which was not necessary
* Updated code for return in qca_regulator_enable()

Signed-off-by: Venkata Lakshmi Narayana Gubba <gubbaven@codeaurora.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_qca.c