commit | f86a1bb536064a431c36d4333f4a2295b2419477 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Apr 14 19:13:37 2020 +0300 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Apr 15 18:30:39 2020 +0300 |
tree | 3e4423e978b67d751a5d87d27829a2251d400192 | |
parent | e278dcb7048b1a27b559e34b0f5f0e50f06221a2 [diff] |
pinctrl: baytrail: 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>