commit | bfd6185ddecc6e6f6bd654c053c307c9e49ca391 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Jun 05 14:29:36 2012 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Jun 05 14:38:20 2012 +0100 |
tree | 0374aabdf423ae10df80d4d2ecd2cb1f82507a1d | |
parent | f8f5701bdaf9134b1f90e5044a82c66324d2073f [diff] |
regmap: Don't try to map non-existant IRQs If the driver supplied an empty entry in the array of IRQs then return an error rather than trying to do the mapping. This is intended for use with handling chip variants and similar situations. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>