]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf5eaa981d3106630ffeb128e475246bc19dd93e4
treebba3c128e108a92c02e23bcd5fb1d4a889429de8
parentd0208aa34a6100c2e624894dec123ef92e31ef07
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