irqchip: Return -EPERM for reserved IRQs
authorGrant Likely <grant.likely@linaro.org>
Thu, 6 Jun 2013 13:11:38 +0000 (14:11 +0100)
committerGrant Likely <grant.likely@linaro.org>
Sat, 8 Jun 2013 20:34:16 +0000 (21:34 +0100)
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>

No differences found