]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite6fb2d2e79541b5f44ebf13fa83385d0ac78d35f
tree91aa744c2d715361fdff3e85c2a6a5d09cf7dfee
parentd7c96a25e21db0cc338bcea7a8e8ac28b03e2f5a
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