staging: wilc1000: replace switch statement by simple if condition
authorHariPrasath Elango <hariprasath.elango@gmail.com>
Tue, 20 Mar 2018 12:14:49 +0000 (17:44 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Mar 2018 17:23:10 +0000 (18:23 +0100)
commita0e8045e6ecf982c73f6d4baa4683cad41a572c7
treebba3c128e108a92c02e23bcd5fb1d4a889429de8
parent5fa7ed322b74d24dd9fb6caa3073bc129cc4a036
staging: wilc1000: replace switch statement by simple if condition

In this case,there is only a single switch case statement.So replacing
by a simple if condition

Signed-off-by: HariPrasath Elango <hariprasath.elango@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c