Re: [PATCH 2/4] pinctrl: at91: Fix failure path in at91_gpio_probe path

2014-09-05 Thread Linus Walleij
On Sun, Aug 31, 2014 at 1:21 PM, Pramod Gurav wrote: > This fixes the whole error handling in probe function by capturing and > returning error values on kernel function like clk_prepare, > clk_enable, gpiochip_add etc. > > CC: Jean-Christophe Plagniol-Villard > CC: Linus Walleij >

Re: [PATCH 2/4] pinctrl: at91: Fix failure path in at91_gpio_probe path

2014-09-05 Thread Linus Walleij
On Sun, Aug 31, 2014 at 1:21 PM, Pramod Gurav pramod.gu...@smartplayin.com wrote: This fixes the whole error handling in probe function by capturing and returning error values on kernel function like clk_prepare, clk_enable, gpiochip_add etc. CC: Jean-Christophe Plagniol-Villard

[PATCH 2/4] pinctrl: at91: Fix failure path in at91_gpio_probe path

2014-08-31 Thread Pramod Gurav
This fixes the whole error handling in probe function by capturing and returning error values on kernel function like clk_prepare, clk_enable, gpiochip_add etc. CC: Jean-Christophe Plagniol-Villard CC: Linus Walleij Signed-off-by: Pramod Gurav --- drivers/pinctrl/pinctrl-at91.c | 20

[PATCH 2/4] pinctrl: at91: Fix failure path in at91_gpio_probe path

2014-08-31 Thread Pramod Gurav
This fixes the whole error handling in probe function by capturing and returning error values on kernel function like clk_prepare, clk_enable, gpiochip_add etc. CC: Jean-Christophe Plagniol-Villard plagn...@jcrosoft.com CC: Linus Walleij linus.wall...@linaro.org Signed-off-by: Pramod Gurav