Re: [PATCH] gpio: zynq: Fix the error path

2016-04-06 Thread Linus Walleij
On Mon, Apr 4, 2016 at 8:14 PM, Shubhrajyoti Datta wrote: > pm_runtime_disable is called only in remove it is missed > out in the error path. > Fix the same. > > Signed-off-by: Shubhrajyoti Datta Patch applied. Yours, Linus Walleij

Re: [PATCH] gpio: zynq: Fix the error path

2016-04-06 Thread Linus Walleij
On Mon, Apr 4, 2016 at 8:14 PM, Shubhrajyoti Datta wrote: > pm_runtime_disable is called only in remove it is missed > out in the error path. > Fix the same. > > Signed-off-by: Shubhrajyoti Datta Patch applied. Yours, Linus Walleij

[PATCH] gpio: zynq: Fix the error path

2016-04-04 Thread Shubhrajyoti Datta
pm_runtime_disable is called only in remove it is missed out in the error path. Fix the same. Signed-off-by: Shubhrajyoti Datta --- drivers/gpio/gpio-zynq.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/gpio/gpio-zynq.c

[PATCH] gpio: zynq: Fix the error path

2016-04-04 Thread Shubhrajyoti Datta
pm_runtime_disable is called only in remove it is missed out in the error path. Fix the same. Signed-off-by: Shubhrajyoti Datta --- drivers/gpio/gpio-zynq.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/gpio/gpio-zynq.c b/drivers/gpio/gpio-zynq.c index