commit | e8c38062efc6ffa38f602eb8ffb8c8b03bcf2b5f | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Jul 09 13:41:38 2018 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Jul 30 20:55:55 2018 +0300 |
tree | a60185d742e707a7cf2689b9229a3726938bb2f2 | |
parent | e6712aa1244fe7b53776858b73bfd1a94a198681 [diff] |
ath5k: remove redundant pointer rf Pointer rf is being assigned but is never used hence it is redundant and can be removed. Cleans up two clang warnings: warning: variable 'rf' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>