]> git.baikalelectronics.ru Git - kernel.git/commit
wireless: zd1211rw: remove redundant assignment of pointer 'q'
authorColin Ian King <colin.king@canonical.com>
Tue, 30 Jan 2018 18:25:37 +0000 (18:25 +0000)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 27 Feb 2018 16:16:35 +0000 (18:16 +0200)
commit0de6fe11e712476ca06a6edc6f76f8184e6beff4
tree7fb0bb9b652e340bb9a4fbcd6e3acd61470272b0
parentceb778dd781a2130ff1adb6d000ce16d872046da
wireless: zd1211rw: remove redundant assignment of pointer 'q'

Pointer q is initialized and then almost immediately afterwards being
re-assigned the same value. Remove the second redundant assignment.

Cleans up clang warning:
drivers/net/wireless/zydas/zd1211rw/zd_mac.c:503:23: warning: Value
stored to 'q' during its initialization is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/zydas/zd1211rw/zd_mac.c