]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: btqca: Rename ROME specific functions to generic functions
authorBalakrishna Godavarthi <bgodavar@codeaurora.org>
Fri, 3 Aug 2018 12:16:27 +0000 (17:46 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 3 Aug 2018 12:44:06 +0000 (14:44 +0200)
commit65d11ecb71717ec62a41c476554f9b8896896d38
tree8badf5e60aa1414f1a7ea316f5e3f8f09dd7bd70
parentbb3e81a65c1b4a2d4494d043aca0f9d40a3e29c8
Bluetooth: btqca: Rename ROME specific functions to generic functions

Some of the QCA BTSoC ROME functions, are used for different versions
or different make of BTSoC's. Instead of duplicating the same functions
for new chip, update names of the functions that are used for both
chips to keep this generic and would help in future when we would have
new BT SoC. To have generic text in logs updated from ROME to QCA where
ever possible. This avoids confusion to user, when using the future
Qualcomm Bluetooth SoC's. Updated BT_DBG, BT_ERR and BT_INFO with
bt_dev_dbg, bt_dev_err and bt_dev_info where ever applicable.

Signed-off-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btqca.c
drivers/bluetooth/btqca.h
drivers/bluetooth/hci_qca.c