]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: ks7010: remove redundant auth_type check
authorColin Ian King <colin.king@canonical.com>
Mon, 18 Mar 2019 10:57:49 +0000 (10:57 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Mar 2019 13:31:39 +0000 (14:31 +0100)
commit7d6009f2821270831ffc6c29b3bf58891e3583d7
treec64adeddbfe9ab6a56fe2bcdf93b8132204e6473
parent7f2c439642688998c58ba99addabf819e6df57d0
staging: ks7010: remove redundant auth_type check

The range check on auth_type is redundant as there is a prior
check on the auth_type values and the only way the block is entered
is if auth_type is one of TYPE_PMK1, TYPE_GMK1 and TYPE_GMK2. Hence
the auth_type check can be removed.

Detected by static analysis with cppcheck.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.c