Re: [PATCH v7 2/6] i2c: acpi: Use available IRQ helper functions

2019-06-27 Thread Charles Keepax
On Wed, Jun 26, 2019 at 10:09:06PM +0300, Andy Shevchenko wrote: > On Wed, Jun 26, 2019 at 04:02:58PM +0100, Charles Keepax wrote: > > Use the available IRQ helper functions, most of the functions have > > additional helpful side affects like configuring the trigger type of the > > IRQ. > > > -

Re: [PATCH v7 2/6] i2c: acpi: Use available IRQ helper functions

2019-06-26 Thread Andy Shevchenko
On Wed, Jun 26, 2019 at 04:02:58PM +0100, Charles Keepax wrote: > Use the available IRQ helper functions, most of the functions have > additional helpful side affects like configuring the trigger type of the > IRQ. > - acpi_dev_free_resource_list(&resource_list); I have thought that we can dr

[PATCH v7 2/6] i2c: acpi: Use available IRQ helper functions

2019-06-26 Thread Charles Keepax
Use the available IRQ helper functions, most of the functions have additional helpful side affects like configuring the trigger type of the IRQ. Signed-off-by: Charles Keepax --- No change since v6. Thanks, Charles drivers/i2c/i2c-core-acpi.c | 25 ++--- 1 file changed, 14