Re: [PATCH 3/3] gpio: Remove obsolete comment about gpiochip_free_hogs() usage

2019-03-28 Thread Linus Walleij
On Thu, Mar 28, 2019 at 2:13 PM Geert Uytterhoeven wrote: > gpiochip_free_hogs() was always called from gpiochip_remove(), not > of_gpiochip_remove(). It is now also called from the failure patch in > gpiochip_add_data_with_key(). > > Fixes: f625d4601759f1cf ("gpio: add GPIO hogging mechanism")

Re: [PATCH 3/3] gpio: Remove obsolete comment about gpiochip_free_hogs() usage

2019-03-28 Thread Mukesh Ojha
On 3/28/2019 6:43 PM, Geert Uytterhoeven wrote: gpiochip_free_hogs() was always called from gpiochip_remove(), not of_gpiochip_remove(). It is now also called from the failure patch in gpiochip_add_data_with_key(). Fixes: f625d4601759f1cf ("gpio: add GPIO hogging mechanism") Signed-off-by: Ge

[PATCH 3/3] gpio: Remove obsolete comment about gpiochip_free_hogs() usage

2019-03-28 Thread Geert Uytterhoeven
gpiochip_free_hogs() was always called from gpiochip_remove(), not of_gpiochip_remove(). It is now also called from the failure patch in gpiochip_add_data_with_key(). Fixes: f625d4601759f1cf ("gpio: add GPIO hogging mechanism") Signed-off-by: Geert Uytterhoeven --- drivers/gpio/gpiolib.c | 2 --