Re: [PATCH] staging: most: replace multiple if..else with table lookup

2015-12-30 Thread Gujulan Elango, Hari Prasath (H.)
On Thu, Dec 24, 2015 at 08:06:26AM -0800, Joe Perches wrote: > On Thu, 2015-12-24 at 10:49 +, Gujulan Elango, Hari Prasath (H.) wrote: > > From: Hari Prasath Gujulan Elango > > > > Replace multiple if..else if..statements with simple table lookup in two > > functions. > > > > Signed-off-by:

Re: [PATCH] staging: most: replace multiple if..else with table lookup

2015-12-24 Thread Joe Perches
On Thu, 2015-12-24 at 10:49 +, Gujulan Elango, Hari Prasath (H.) wrote: > From: Hari Prasath Gujulan Elango > > Replace multiple if..else if..statements with simple table lookup in two > functions. > > Signed-off-by: Hari Prasath Gujulan Elango > --- >  drivers/staging/most/mostcore/core.c