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

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

Merge "drm/msm/sde: correct index lookup for interrupt clear register" into msm-4.9

parents ff73c00a ed8aedf2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -986,7 +986,7 @@ static u32 sde_hw_intr_get_interrupt_status(struct sde_hw_intr *intr,
			sde_intr_set[reg_idx].status_off) &
					sde_irq_map[irq_idx].irq_mask;
	if (intr_status && clear)
		SDE_REG_WRITE(&intr->hw, sde_intr_set[irq_idx].clr_off,
		SDE_REG_WRITE(&intr->hw, sde_intr_set[reg_idx].clr_off,
				intr_status);

	spin_unlock_irqrestore(&intr->mask_lock, irq_flags);