Commit 48c30580 authored by zuoqilin's avatar zuoqilin Committed by Rob Clark
Browse files

drm/msm: Remove unneeded variable: "rc"

parent 11120e93
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -350,7 +350,6 @@ void dp_panel_dump_regs(struct dp_panel *dp_panel)

int dp_panel_timing_cfg(struct dp_panel *dp_panel)
{
	int rc = 0;
	u32 data, total_ver, total_hor;
	struct dp_catalog *catalog;
	struct dp_panel_private *panel;
@@ -403,7 +402,7 @@ int dp_panel_timing_cfg(struct dp_panel *dp_panel)
	dp_catalog_panel_timing_cfg(catalog);
	panel->panel_on = true;

	return rc;
	return 0;
}

int dp_panel_init_panel_info(struct dp_panel *dp_panel)