aboutsummaryrefslogtreecommitdiff
path: root/drivers/ar6000/htc/htc_send.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ar6000/htc/htc_send.c')
-rw-r--r--drivers/ar6000/htc/htc_send.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ar6000/htc/htc_send.c b/drivers/ar6000/htc/htc_send.c
index 62d8bcda5e2..cf0dabef472 100644
--- a/drivers/ar6000/htc/htc_send.c
+++ b/drivers/ar6000/htc/htc_send.c
@@ -219,9 +219,8 @@ static void HTCTrySend(HTC_TARGET *target,
} else {
UNLOCK_HTC_TX(target);
/* queue is now available for new packet, let caller know */
- if (pEndpoint->EpCallBacks.EpSendAvail) {
+ if (pEndpoint->EpCallBacks.EpSendAvail)
pEndpoint->EpCallBacks.EpSendAvail(pEndpoint->EpCallBacks.pContext, ep);
- }
}
AR_DEBUG_PRINTF(ATH_DEBUG_SEND,("-HTCTrySend: \n"));