diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-11-15 09:27:59 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-11-15 09:34:28 +0200 |
commit | eb3dc36eeca465a6a647afc7db8d00a5d4f2fb82 (patch) | |
tree | 05ed240caf685f0ad359949b416ea21d8aa9c585 /init | |
parent | ffe5619fd869a0721cedb66368323b656380d94c (diff) |
iwlwifi: remove redundant assignment to variable bufsz
The variable bufsz is being initialized with a value that is never
read and it is being updated later with a new value. The
initialization is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions