Re: [PATCH 2/2] gpio: make regmap_irq_chip const

2017-08-14 Thread Linus Walleij
On Sat, Aug 12, 2017 at 8:09 AM, Bhumika Goyal wrote: > Make the structure const as it is only passed to the function > devm_regmap_add_irq_chip having the corresponding argument as const. > Done using Coccinelle. > > Signed-off-by: Bhumika Goyal Patch applied. Yours, Linus Walleij

[PATCH 2/2] gpio: make regmap_irq_chip const

2017-08-11 Thread Bhumika Goyal
Make the structure const as it is only passed to the function devm_regmap_add_irq_chip having the corresponding argument as const. Done using Coccinelle. Signed-off-by: Bhumika Goyal --- drivers/gpio/gpio-max77620.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio