Re: [PATCHv2] staging: wilc1000: replace switch statement by simple if condition

From: <Hariprasath Elango>
Date: Tue Mar 20 2018 - 08:08:58 EST


On Tue, Mar 20, 2018 at 12:47:21PM +0100, Greg KH wrote:
> On Tue, Mar 20, 2018 at 05:13:31PM +0530, hariprasath.elango@xxxxxxxxx wrote:
> > From: HariPrasath Elango <hariprasath.elango@xxxxxxxxx>
> >
> > 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@xxxxxxxxx>
> > ---
> > drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 +-------
> > 1 file changed, 1 insertion(+), 7 deletions(-)
>
> What changed from v1? Always put that information below the --- line,
> like the kernel documentation asks you to do.
>
> v3? :)
>
> thanks,
>
> greg k-h

Lesson learned. I will send a v3 with version history included

regards,
hari prasath