summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
diff options
context:
space:
mode:
authorRob Herring2018-02-01 18:59:22 +0100
committerMichael Ellerman2018-10-03 07:40:01 +0200
commitc417596d2409125b1814c05e994a21ef9282b894 (patch)
tree468d3da5b459cf13c86657c248f2ae86e44c4bf7 /drivers/macintosh
parentpowerpc/cell: Use irq_of_parse_and_map() helper (diff)
downloadkernel-qcow2-linux-c417596d2409125b1814c05e994a21ef9282b894.tar.gz
kernel-qcow2-linux-c417596d2409125b1814c05e994a21ef9282b894.tar.xz
kernel-qcow2-linux-c417596d2409125b1814c05e994a21ef9282b894.zip
powerpc/pseries: Use of_irq_get helper() in request_event_sources_irqs()
Instead of calling both of_irq_parse_one() and irq_create_of_mapping(), call of_irq_get() instead which does essentially the same thing. of_irq_get() also calls irq_find_host() for deferred probe support, but this should be fine as irq_create_of_mapping() also calls that internally. This gets us closer to making the former 2 functions static. In the process of simplifying request_event_sources_irqs(), combine the the pr_err() and WARN_ON() calls to just a WARN(). Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/macintosh')
0 files changed, 0 insertions, 0 deletions