projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2e7569
)
ath6kl: add a fixme to ath6kl_htc_wait_target()
author
Kalle Valo
<kvalo@qca.qualcomm.com>
Thu, 27 Oct 2011 15:48:22 +0000
(18:48 +0300)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Fri, 11 Nov 2011 10:58:56 +0000
(12:58 +0200)
This doesn't look right, but investigate it later.
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/htc.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath6kl/htc.c
b/drivers/net/wireless/ath/ath6kl/htc.c
index
976e352
..
d03456b
100644
(file)
--- a/
drivers/net/wireless/ath/ath6kl/htc.c
+++ b/
drivers/net/wireless/ath/ath6kl/htc.c
@@
-2598,6
+2598,10
@@
int ath6kl_htc_wait_target(struct htc_target *target)
status = ath6kl_htc_conn_service((void *)target, &connect, &resp);
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);
fail_wait_target: