commit | 3b4df9dbd9bf27a35d5c7d36684d245518e5a939 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Sun Nov 24 20:18:57 2013 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Feb 13 11:21:13 2014 +0100 |
tree | 5ca32ca2bda8d226233798c14aceb2ed65bf2a9b | |
parent | a183da637c52c74ae4634355187d3fbaa1ba9763 [diff] |
irqchip: vic: update the base IRQ member correctly When passing 0 as the irq base the VIC driver will dynamically allocate a number of consecutive interrupt descriptors at some available number range. Make sure this number is recorded in the state container rather than the passed-in zero argument in this case. Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>