[PATCH 02/13] gpio-sx150x: Remove 'irq_summary' parameter

2016-10-17 Thread Andrey Smirnov
Information conveyed by 'irq_summary' paramter can be obtained from struct i2c_client's irq field. Remove any uses of the former and replace it with the latter. Signed-off-by: Andrey Smirnov --- drivers/gpio/gpio-sx150x.c | 19 +++ 1 file changed, 3

[PATCH 02/13] gpio-sx150x: Remove 'irq_summary' parameter

2016-10-17 Thread Andrey Smirnov
Information conveyed by 'irq_summary' paramter can be obtained from struct i2c_client's irq field. Remove any uses of the former and replace it with the latter. Signed-off-by: Andrey Smirnov --- drivers/gpio/gpio-sx150x.c | 19 +++ 1 file changed, 3 insertions(+), 16