Commit 4e3d54c7 authored by Kalle Valo's avatar Kalle Valo

ath6kl: add a fixme to ath6kl_htc_wait_target()

This doesn't look right, but investigate it later.
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent b2e75698
...@@ -2598,6 +2598,10 @@ int ath6kl_htc_wait_target(struct htc_target *target) ...@@ -2598,6 +2598,10 @@ int ath6kl_htc_wait_target(struct htc_target *target)
status = ath6kl_htc_conn_service((void *)target, &connect, &resp); status = ath6kl_htc_conn_service((void *)target, &connect, &resp);
if (status) if (status)
/*
* FIXME: this call doesn't make sense, the caller should
* call ath6kl_htc_cleanup() when it wants remove htc
*/
ath6kl_hif_cleanup_scatter(target->dev->ar); ath6kl_hif_cleanup_scatter(target->dev->ar);
fail_wait_target: fail_wait_target:
......
Markdown is supported
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