]> git.karo-electronics.de Git - karo-tx-linux.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)
commitf6baf153eec3cd195589b7cfe32b4ea62d8ec9d1
treec7f98152d42dd4e7c65996ecb190b47da1c8cf9e
parent6f56b06e74e2805577bf7940dc0fb17b3310d6b6
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