Re: [PATCH v1 3/8] gpio: acpi: Do sanity check for GpioInt in acpi_find_gpio()

2017-03-23 Thread Dmitry Torokhov
On Thu, Mar 23, 2017 at 09:46:13PM +0200, Andy Shevchenko wrote: > Check that we don't ask for output direction on GpioInt resource in cases with > or without _DSD defined. > > Signed-off-by: Andy Shevchenko Reviewed-by: Dmitry Torokhov

Re: [PATCH v1 3/8] gpio: acpi: Do sanity check for GpioInt in acpi_find_gpio()

2017-03-23 Thread Dmitry Torokhov
On Thu, Mar 23, 2017 at 09:46:13PM +0200, Andy Shevchenko wrote: > Check that we don't ask for output direction on GpioInt resource in cases with > or without _DSD defined. > > Signed-off-by: Andy Shevchenko Reviewed-by: Dmitry Torokhov > --- > drivers/gpio/gpiolib-acpi.c | 10 +- >

[PATCH v1 3/8] gpio: acpi: Do sanity check for GpioInt in acpi_find_gpio()

2017-03-23 Thread Andy Shevchenko
Check that we don't ask for output direction on GpioInt resource in cases with or without _DSD defined. Signed-off-by: Andy Shevchenko --- drivers/gpio/gpiolib-acpi.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH v1 3/8] gpio: acpi: Do sanity check for GpioInt in acpi_find_gpio()

2017-03-23 Thread Andy Shevchenko
Check that we don't ask for output direction on GpioInt resource in cases with or without _DSD defined. Signed-off-by: Andy Shevchenko --- drivers/gpio/gpiolib-acpi.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpio/gpiolib-acpi.c