diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-07-09 14:17:20 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-07-30 20:57:05 +0300 |
commit | 619c9700a8fe017bdbe60e08c21213962b2de87a (patch) | |
tree | 5296260abcb6655b85dfe4a379ea700a25cd8b88 /drivers/net/wireless/ath/ath10k/debug.c | |
parent | e8c38062efc6ffa38f602eb8ffb8c8b03bcf2b5f (diff) | |
download | kernel_replicant_linux-619c9700a8fe017bdbe60e08c21213962b2de87a.tar.gz kernel_replicant_linux-619c9700a8fe017bdbe60e08c21213962b2de87a.tar.bz2 kernel_replicant_linux-619c9700a8fe017bdbe60e08c21213962b2de87a.zip |
ath6kl: remove redundant variables netlen, orig_buf, orig_len, dropped and stats
Variables netlen, orig_buf, orig_len, dropped and stats are assigned values
but are never used hence they are redundant and can be removed.
Cleans up clang warnings:
warning: variable 'netlen' set but not used [-Wunused-but-set-variable]
warning: variable 'orig_buf' set but not used [-Wunused-but-set-variable]
warning: variable 'orig_len' set but not used [-Wunused-but-set-variable]
warning: variable 'dropped' set but not used [-Wunused-but-set-variable]
warning: variable 'stats' 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>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/debug.c')
0 files changed, 0 insertions, 0 deletions