commit | d94ea3f6d21e8b4398285516cc307c81d7374ec9 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@linaro.org> | Thu Jun 06 14:11:38 2013 +0100 |
committer | Grant Likely <grant.likely@linaro.org> | Sat Jun 08 21:34:16 2013 +0100 |
tree | f81e5fdfee0933a578058656968a423a9b125d51 | |
parent | 94a63da0ac1a67bfb8b30aec1086523c5031ea5a [diff] |
irqchip: Return -EPERM for reserved IRQs The irqdomain core will report a log message for any attempted map call that fails unless the error code is -EPERM. This patch changes the Versatile irq controller drivers to use -EPERM because it is normal for a subset of the IRQ inputs to be marked as reserved on the various Versatile platforms. Signed-off-by: Grant Likely <grant.likely@linaro.org>