Re: [PATCH 4/4] Bluetooth: hci_qca: Split qca_power_setup()

2019-10-18 Thread Harish Bandi
On 2019-10-18 10:54, Bjorn Andersson wrote: Split and rename qca_power_setup() in order to simplify each code path and to clarify that it is unrelated to qca_power_off() and qca_power_setup(). Signed-off-by: Bjorn Andersson --- drivers/bluetooth/hci_qca.c | 61 ++---

[PATCH 4/4] Bluetooth: hci_qca: Split qca_power_setup()

2019-10-17 Thread Bjorn Andersson
Split and rename qca_power_setup() in order to simplify each code path and to clarify that it is unrelated to qca_power_off() and qca_power_setup(). Signed-off-by: Bjorn Andersson --- drivers/bluetooth/hci_qca.c | 61 ++--- 1 file changed, 36 insertions(+), 25 del