Skip to content
Commit 39e39c34 authored by Zijun Hu's avatar Zijun Hu Committed by Greg Kroah-Hartman
Browse files

Bluetooth: qca: Fix triggering coredump implementation



[ Upstream commit 6abf9dd2 ]

hci_coredump_qca() uses __hci_cmd_sync() to send a vendor-specific command
to trigger firmware coredump, but the command does not have any event as
its sync response, so it is not suitable to use __hci_cmd_sync(), fixed by
using __hci_cmd_send().

Fixes: 06d3fdfc ("Bluetooth: hci_qca: Add qcom devcoredump support")
Signed-off-by: default avatarZijun Hu <quic_zijuhu@quicinc.com>
Signed-off-by: default avatarLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent c50ce483
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment