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

Commit 2a18ce9e authored by Ritesh Kumar's avatar Ritesh Kumar
Browse files

teckpack: disp: pll: Improve logging for 10nm dsi pll



Avoid warning of slave pll unavailable for chipsets
not having slave pll.

Change-Id: Id32af235f2fbefa4869b5c8236436e8e6ed84d60
Signed-off-by: default avatarRitesh Kumar <riteshk@codeaurora.org>
parent 88b222ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved.
 */

#define pr_fmt(fmt)	"%s: " fmt, __func__
@@ -387,7 +387,7 @@ static void dsi_pll_config_slave(struct mdss_pll_resources *rsc)
	rsc->slave = NULL;

	if (!orsc) {
		pr_warn("slave PLL unavilable, assuming standalone config\n");
		pr_debug("slave PLL unavilable, assuming standalone config\n");
		return;
	}