Re: [PATCH 2/2] spi: spi-geni-qcom: Simplify probe function

2018-11-03 Thread Stephen Boyd
Quoting Alok Chauhan (2018-10-25 09:40:29) > Re-arrange existing APIs in probe function to > avoid using goto and remove redundant variables. > > Signed-off-by: Alok Chauhan > --- Reviewed-by: Stephen Boyd

Re: [PATCH 2/2] spi: spi-geni-qcom: Simplify probe function

2018-11-03 Thread Stephen Boyd
Quoting Alok Chauhan (2018-10-25 09:40:29) > Re-arrange existing APIs in probe function to > avoid using goto and remove redundant variables. > > Signed-off-by: Alok Chauhan > --- Reviewed-by: Stephen Boyd

Re: [PATCH 2/2] spi: spi-geni-qcom: Simplify probe function

2018-10-25 Thread Doug Anderson
Hi, On Thu, Oct 25, 2018 at 9:40 AM Alok Chauhan wrote: > > Re-arrange existing APIs in probe function to > avoid using goto and remove redundant variables. > > Signed-off-by: Alok Chauhan > --- > drivers/spi/spi-geni-qcom.c | 49 > ++--- > 1 file

Re: [PATCH 2/2] spi: spi-geni-qcom: Simplify probe function

2018-10-25 Thread Doug Anderson
Hi, On Thu, Oct 25, 2018 at 9:40 AM Alok Chauhan wrote: > > Re-arrange existing APIs in probe function to > avoid using goto and remove redundant variables. > > Signed-off-by: Alok Chauhan > --- > drivers/spi/spi-geni-qcom.c | 49 > ++--- > 1 file

[PATCH 2/2] spi: spi-geni-qcom: Simplify probe function

2018-10-25 Thread Alok Chauhan
Re-arrange existing APIs in probe function to avoid using goto and remove redundant variables. Signed-off-by: Alok Chauhan --- drivers/spi/spi-geni-qcom.c | 49 ++--- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git

[PATCH 2/2] spi: spi-geni-qcom: Simplify probe function

2018-10-25 Thread Alok Chauhan
Re-arrange existing APIs in probe function to avoid using goto and remove redundant variables. Signed-off-by: Alok Chauhan --- drivers/spi/spi-geni-qcom.c | 49 ++--- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git