soc: qcom: smd: Request irqs after parsing properties
authorBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 10 Aug 2016 00:42:55 +0000 (17:42 -0700)
committerAndy Gross <andy.gross@linaro.org>
Tue, 23 Aug 2016 20:46:33 +0000 (15:46 -0500)
commit381a0b4ce45b2ad809b79049e6316a83d5eaa2ea
tree2954cd69db37122fe7d45149a95fad97b59ce2b1
parent0a0c08cae01b33b29abd24608d3800986546f0af
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>
drivers/soc/qcom/smd.c