commit | e6712aa1244fe7b53776858b73bfd1a94a198681 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Jul 09 13:34:46 2018 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Jul 30 20:54:05 2018 +0300 |
tree | 126ea76c416ede41bfa5325d8835fc10cfa73e7e | |
parent | dc405152bb64d4ae01c9ac669de25b2d1fb6fc2d [diff] |
ath10k: remove redundant pointers 'dev' and 'noa' Pointers dev and noa are being assigned but are never used hence they are redundant and can be removed. Cleans up clang warnings: warning: variable 'dev' set but not used [-Wunused-but-set-variable] warning: variable 'noa' 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>