commit | d34bffb5c5b4c370890f78c882136fe4711e9730 | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | Fri Oct 28 11:32:53 2016 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Nov 29 08:21:28 2016 +0000 |
tree | 2641d2362959aa5c1a90af629c4b4e06d9976e1c | |
parent | 202b56890aead063f90b6995554d4602dbd7752e [diff] |
mfd: arizona: Use irq_find_mapping when appropriate No need to use irq_create_mapping (although there is no issue with doing so) when we are only looking up an existing mapping. Just to streamline things a little and make the code a little more clear change some calls from irq_create_mapping to irq_find_mapping. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>