Re: [PATCH 1/5] gpiolib / ACPI: move acpi_gpiochip_free_interrupts next to the request function

2013-10-11 Thread Linus Walleij
On Tue, Oct 1, 2013 at 4:58 PM, Mika Westerberg wrote: > It makes more sense to have these functions close to each other. No > functional changes. > > Signed-off-by: Mika Westerberg Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

[PATCH 1/5] gpiolib / ACPI: move acpi_gpiochip_free_interrupts next to the request function

2013-10-01 Thread Mika Westerberg
It makes more sense to have these functions close to each other. No functional changes. Signed-off-by: Mika Westerberg --- drivers/gpio/gpiolib-acpi.c | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/drivers/gpio/gpiolib-acpi.c b