ath6kl: small cleanup in ath6kl_htc_pipe_rx_complete()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 28 Feb 2013 04:45:47 +0000 (07:45 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Sat, 9 Mar 2013 07:34:47 +0000 (09:34 +0200)
commit1fdc7fe18e396d02f9c2dfec3de6975dc8314b60
tree91aa744c2d715361fdff3e85c2a6a5d09cf7dfee
parent4ce720b6f0302aae5c47fa4a6493fb86ec730c96
ath6kl: small cleanup in ath6kl_htc_pipe_rx_complete()

It's harmless, but Smatch complains if we use "htc_hdr->eid" before
doing the bounds check.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/htc_pipe.c