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

Commit c7e7f796 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: dsi-staging: fix bug to return proper error code" into msm-4.9

parents 8f8b938d e30f510e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -503,7 +503,7 @@ static int dsi_display_core_clk_enable(struct dsi_core_clks *clks,
			goto error_disable_master;
		}
	}

	return rc;
error_disable_master:
	(void)dsi_core_clk_stop(m_clks);