OSDN Git Service

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)
commit76d1f95983a0903eaff857ba1e4ec0ac9febf225
tree7fb0bb9b652e340bb9a4fbcd6e3acd61470272b0
parent94907e8d135b61011d157097c92c9f28983d96ea
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