Re: [PATCH 3/3] ASoC: samsung: Use gpio_is_valid()

2018-04-27 Thread Sylwester Nawrocki
Hi Arvind, On 04/27/2018 10:56 AM, Arvind Yadav wrote: > Replace the manual validity checks for the GPIO with the > gpio_is_valid(). > > Signed-off-by: Arvind Yadav The patch looks good to me but you need to send it directly to the ASoC maintainers to have it applied. -- Regards, Sylwester

[PATCH 3/3] ASoC: samsung: Use gpio_is_valid()

2018-04-27 Thread Arvind Yadav
Replace the manual validity checks for the GPIO with the gpio_is_valid(). Signed-off-by: Arvind Yadav --- sound/soc/samsung/s3c24xx_simtec.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sound/soc/samsung/s3c24xx_simtec.c b/sound/soc/samsung/s3c24xx_simtec.c ind