Re: [PATCH 1/5] irq: generic-chip: provide irq_free_generic_chip()

2017-06-01 Thread kbuild test robot
Hi Bartosz, [auto build test WARNING on linus/master] [also build test WARNING on v4.12-rc3 next-20170601] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 1/5] irq: generic-chip: provide irq_free_generic_chip()

2017-05-31 Thread Bartosz Golaszewski
Currently there's no way for users of irq_alloc_generic_chip() to free the allocated memory other than calling kfree() manually on the returned pointer. This may lead to errors if the internals of irq_alloc_generic_chip() ever change. Provide a routine to free the generic chip. Signed-off-by: