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

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

Merge "msm_serial_hs: ensure clock_count follows clk_state"

parents eaaeff73 74e9783f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3441,6 +3441,7 @@ static void msm_hs_shutdown(struct uart_port *uport)
	msm_hs_resource_unvote(msm_uport);
	rc = atomic_read(&msm_uport->clk_count);
	if (rc) {
		atomic_set(&msm_uport->clk_count, 1);
		MSM_HS_WARN("%s(): removing extra vote\n", __func__);
		msm_hs_resource_unvote(msm_uport);
	}