summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/cpufeature.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-10-14 12:02:01 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-10-14 15:40:08 +0200
commit153c5d8191c26165dbbd2646448ca7207f7796d0 (patch)
tree85511b7ab17251e9fb6576e233101dd0686aaf9b /arch/arm64/kernel/cpufeature.c
parent4f5cafb5cb8471e54afdc9054d973535614f7675 (diff)
staging: wlan-ng: fix exit return when sme->key_idx >= NUM_WEPKEYS
Currently the exit return path when sme->key_idx >= NUM_WEPKEYS is via label 'exit' and this checks if result is non-zero, however result has not been initialized and contains garbage. Fix this by replacing the goto with a return with the error code. Addresses-Coverity: ("Uninitialized scalar variable") Fixes: 0ca6d8e74489 ("Staging: wlan-ng: replace switch-case statements with macro") Signed-off-by: Colin Ian King <colin.king@canonical.com> Cc: stable <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20191014110201.9874-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm64/kernel/cpufeature.c')
0 files changed, 0 insertions, 0 deletions