Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e53bd390 authored by Amandeep Singh's avatar Amandeep Singh
Browse files

msm: qcn: Remove irq release when switching to RDDM



Remove irq release call while switching to RDDM as the same
is done during the function removal sequence.

Change-Id: I0013c304f739269014caa565c15d851ee2c39aa4
Signed-off-by: default avatarAmandeep Singh <amansing@codeaurora.org>
parent 8ed99bcd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -561,7 +561,6 @@ static void qcn_sdio_irq_handler(struct sdio_func *func)
	sdio_claim_host(sdio_ctxt->func);
	data = sdio_readb(sdio_ctxt->func, SDIO_QCN_IRQ_STATUS, &ret);
	if (ret == -ETIMEDOUT) {
		sdio_release_irq(sdio_ctxt->func);
		sdio_release_host(sdio_ctxt->func);

		pr_err("%s: IRQ status read error ret = %d\n", __func__, ret);