gpiolib: acpi: Move ACPI device NULL check to acpi_get_driver_gpio_data()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 30 Jan 2023 16:13:45 +0000 (18:13 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 23 Mar 2023 14:22:18 +0000 (16:22 +0200)
commitaf3b462a8e07bc5529e19f60d04a225bfce659e1
treeca27aef9dd82b4af863344db62f8946bf3b31aa7
parent5062e4c14b752a21aa24d6500ace6e251fde1d7c
gpiolib: acpi: Move ACPI device NULL check to acpi_get_driver_gpio_data()

It's logical to check ACPI device for NULL inside
acpi_get_driver_gpio_data() instead of requiring that
in each caller.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpiolib-acpi.c