commit | 381a0b4ce45b2ad809b79049e6316a83d5eaa2ea | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Tue Aug 09 17:42:55 2016 -0700 |
committer | Andy Gross <andy.gross@linaro.org> | Tue Aug 23 15:46:33 2016 -0500 |
tree | 2954cd69db37122fe7d45149a95fad97b59ce2b1 | |
parent | 0a0c08cae01b33b29abd24608d3800986546f0af [diff] |
soc: qcom: smd: Request irqs after parsing properties The code exectued by the interrupt handler depends on the values parsed after requesting the irq, just to be save we should therefor move the request_irq() call to be done after parsing the properties. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>