]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: lynxpoint: Use platform_get_irq_optional() explicitly
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 14 Apr 2020 16:13:38 +0000 (19:13 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 16 Apr 2020 15:54:34 +0000 (18:54 +0300)
commit7f4f097f586b92d5aa55a3fa3b489b57103a6674
tree98aad29177be15a5c665d1f86036323e5b48cbf7
parent0026736f70d01f08e9c34dd5e3939f5dc3ca8c5f
pinctrl: lynxpoint: Use platform_get_irq_optional() explicitly

There is no need to repeat functionality of platform_get_irq_optional()
in the driver. Replace it with explicit call to the helper.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/intel/pinctrl-lynxpoint.c