]> 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)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 Mar 2013 21:25:48 +0000 (16:25 -0500)
commitaf3aa2cc6b6dc4c2129b316b608980bed6a4b925
treec7f98152d42dd4e7c65996ecb190b47da1c8cf9e
parent5f539705b0698110f8142e0de243bacc6611adc1
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: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath6kl/htc_pipe.c