]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_qca: Stop collecting memdump again for command timeout during SSR
authorVenkata Lakshmi Narayana Gubba <gubbaven@codeaurora.org>
Tue, 28 Jul 2020 15:53:00 +0000 (21:23 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 28 Jul 2020 18:29:43 +0000 (20:29 +0200)
commit617049af92888e7c8b3e0d16bebb51016f08f7c5
tree08f78330ea8541986635cc1677d10c5f00b6ce3b
parentc0e2616db988949917bdacfd1c3221bcf259711e
Bluetooth: hci_qca: Stop collecting memdump again for command timeout during SSR

Setting memdump state to idle prior to setting of callback function
pointer for command timeout to NULL,causing the issue.Now moved the
initialisation of memdump state to qca_setup().

Fixes: 6319ece83e57 ("Bluetooth: hci_qca: Collect controller memory dump during SSR")
Signed-off-by: Venkata Lakshmi Narayana Gubba <gubbaven@codeaurora.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_qca.c