Re: [PATCH 08/12] gpio: davinci: use devm_irq_alloc_descs()

2017-03-14 Thread Linus Walleij
On Sat, Mar 4, 2017 at 5:23 PM, Bartosz Golaszewski wrote: > This driver never frees the interrupt descriptors it allocates. Fix > it by using the resource managed version of irq_alloc_descs(). > > Signed-off-by: Bartosz Golaszewski Patch applied with Keerty's ACK. Yours, Linus Walleij

Re: [PATCH 08/12] gpio: davinci: use devm_irq_alloc_descs()

2017-03-05 Thread Keerthy
On Saturday 04 March 2017 09:53 PM, Bartosz Golaszewski wrote: This driver never frees the interrupt descriptors it allocates. Fix it by using the resource managed version of irq_alloc_descs(). Acked-by: Keerthy Signed-off-by: Bartosz Golaszewski --- drivers/gpio/gpio-davinci.c | 2 +-

[PATCH 08/12] gpio: davinci: use devm_irq_alloc_descs()

2017-03-04 Thread Bartosz Golaszewski
This driver never frees the interrupt descriptors it allocates. Fix it by using the resource managed version of irq_alloc_descs(). Signed-off-by: Bartosz Golaszewski --- drivers/gpio/gpio-davinci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-davinci.c b/