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

Commit fa7fdb49 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: gsi: fix for clearing IEOB interrupt"

parents 917ffeed 9beced6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -456,7 +456,7 @@ check_again:
		}
	}

	gsi_writel(ch, gsi_ctx->base +
	gsi_writel(ch & msk, gsi_ctx->base +
			GSI_EE_n_CNTXT_SRC_IEOB_IRQ_CLR_OFFS(ee));
}