]> 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)
commit5f1dff015c16678398e18b06ef73c18676ce78ee
treec7f98152d42dd4e7c65996ecb190b47da1c8cf9e
parent4beef59460d450bf12a0faef1d4b63a896bdbe1b
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