diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-07-09 13:34:46 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-07-30 20:54:05 +0300 |
commit | e6712aa1244fe7b53776858b73bfd1a94a198681 (patch) | |
tree | 126ea76c416ede41bfa5325d8835fc10cfa73e7e /drivers/lightnvm | |
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>
Diffstat (limited to 'drivers/lightnvm')
0 files changed, 0 insertions, 0 deletions