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

Commit e733effc authored by Nilaan Gunabalachandran's avatar Nilaan Gunabalachandran Committed by Dhaval Patel
Browse files

drm/msm/sde: fix compilation errors in sde_hw_catalog



Commit 9f1d2311 ("drm/msm/sde: CCN Cleanup for
sde_hw_catalog") introduced compilation errors in
sde_hw_catalog module. This patch fixes compilation
errors in this module.

Change-Id: I718860465623d179271afaf186b72fd8fdcce52a
Signed-off-by: default avatarNilaan Gunabalachandran <ngunabal@codeaurora.org>
parent b3800138
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
 */

#define pr_fmt(fmt)	"[drm:%s:%d] " fmt, __func__, __LINE__
@@ -3934,7 +3934,7 @@ struct sde_mdss_cfg *sde_hw_catalog_init(struct drm_device *dev, u32 hw_rev)
	if (rc)
		goto end;

	rc = sde_parse_dt(np, sde_cfg);
	rc = sde_top_parse_dt(np, sde_cfg);
	if (rc)
		goto end;