Re: [PATCH] Input: s3c2410_ts - Handle return value of clk_prepare_enable

2017-05-30 Thread Dmitry Torokhov
On Tue, May 30, 2017 at 04:22:57PM +0530, Arvind Yadav wrote: > clk_prepare_enable() can fail here and we must check its return value. > > Signed-off-by: Arvind Yadav Applied, thank you. > --- > drivers/input/touchscreen/s3c2410_ts.c | 8 +++- > 1 file changed,

Re: [PATCH] Input: s3c2410_ts - Handle return value of clk_prepare_enable

2017-05-30 Thread Dmitry Torokhov
On Tue, May 30, 2017 at 04:22:57PM +0530, Arvind Yadav wrote: > clk_prepare_enable() can fail here and we must check its return value. > > Signed-off-by: Arvind Yadav Applied, thank you. > --- > drivers/input/touchscreen/s3c2410_ts.c | 8 +++- > 1 file changed, 7 insertions(+), 1

[PATCH] Input: s3c2410_ts - Handle return value of clk_prepare_enable

2017-05-30 Thread Arvind Yadav
clk_prepare_enable() can fail here and we must check its return value. Signed-off-by: Arvind Yadav --- drivers/input/touchscreen/s3c2410_ts.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/s3c2410_ts.c

[PATCH] Input: s3c2410_ts - Handle return value of clk_prepare_enable

2017-05-30 Thread Arvind Yadav
clk_prepare_enable() can fail here and we must check its return value. Signed-off-by: Arvind Yadav --- drivers/input/touchscreen/s3c2410_ts.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/s3c2410_ts.c