commit | bd56b051c96b9e0bbfaa7f79d3fad385fae2ac4b | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Jun 01 19:21:28 2021 +0300 |
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Wed Jun 02 15:34:29 2021 +0200 |
tree | c6943e1dbe71a1a8caf98c88ae3ab68715192265 | |
parent | 5a5bc826fed1d86212eb78114c86808c29b11b0a [diff] |
gpio: dwapb: Switch to use fwnode_irq_get() We have open coded variant of fwnode_irq_get() in dwapb_get_irq(). Replace it with a simple call. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>