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

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

Merge "msm: sde: fix compiler error on hw timestamp update"

parents 24faefe3 b0580e39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2950,7 +2950,7 @@ static int sde_hw_rotator_abort_kickoff(struct sde_rot_hw_resource *hw,
	}

	spin_lock_irqsave(&rot->rotisr_lock, flags);
	sde_hw_rotator_update_swts(rot, ctx, ctx->timestamp);
	rot->ops.update_ts(rot, ctx->q_id, ctx->timestamp);
	ctx->abort = true;
	wake_up_all(&ctx->regdma_waitq);
	spin_unlock_irqrestore(&rot->rotisr_lock, flags);