mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-25 03:11:43 +00:00
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> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| zd_chip.c | ||
| zd_chip.h | ||
| zd_def.h | ||
| zd_mac.c | ||
| zd_mac.h | ||
| zd_rf_al2230.c | ||
| zd_rf_al7230b.c | ||
| zd_rf_rf2959.c | ||
| zd_rf_uw2453.c | ||
| zd_rf.c | ||
| zd_rf.h | ||
| zd_usb.c | ||
| zd_usb.h | ||