diff options
author | Keerthy <j-keerthy@ti.com> | 2016-01-28 16:38:50 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-02-10 12:59:12 +0300 |
commit | 310a7e60435151ccab6dc4bc64b4b3a93b89c0d1 (patch) | |
tree | 4d39446b1b5440757a068a4d0f3e90af55cdc41b /drivers/spi | |
parent | 73c13c83491142e2ee7850159fc73b5e0967806f (diff) | |
download | linux-310a7e60435151ccab6dc4bc64b4b3a93b89c0d1.tar.xz |
gpio: davinci: Add the missing of-node pointer
Currently the first parameter of irq_domain_add_legacy is NULL.
irq_find_host function returns NULL when we do not populate the of_node
and hence irq_of_parse_and_map call fails whenever we want to request a
gpio irq. This fixes the request_irq failures for gpio interrupts.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/spi')
0 files changed, 0 insertions, 0 deletions