]> asedeno.scripts.mit.edu Git - linux.git/commit
remoteproc: q6v5: Return irq from q6v5_request_irq()
authorBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 21 May 2018 23:39:15 +0000 (16:39 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 22 May 2018 00:24:00 +0000 (17:24 -0700)
commitf4c428cfe427e4c5ea6dc47c6fbbfee2b13b31e0
treeb6512bba1035d12edfef3ff4910fa2167190aa40
parent826950868cd81268913a91b69f00fb6c3f0b6f5b
remoteproc: q6v5: Return irq from q6v5_request_irq()

q6v5_request_irq() was supposed to return the irq number, but ret is
overwritten by the request_irq(), fix this and return the IRQ on
success.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/qcom_q6v5_pil.c