commit | e6938ea4d56cca1dc7984428d3af79b27ce1db51 | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Fri Aug 22 09:18:00 2014 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Aug 28 14:41:56 2014 -0400 |
tree | 6725437768d7352b12293ee1eac4c825cdbb73e2 | |
parent | c94c3c5e5e6bb3dd4041490a0202bab6e4c6e424 [diff] |
ath5k: drop useless comparison rxs->rate_idx is unsigned, so it will always be >= 0. Found by Coverity. Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>