Thread (121 messages) 121 messages, 7 authors, 2021-01-12
STALE2013d
Revisions (2)
  1. v1 [diff vs current]
  2. v2 current

[PATCH v2 25/48] soc/tegra: pmc: Print out domain name when reset fails to acquire

From: Dmitry Osipenko <digetx@gmail.com>
Date: 2020-12-17 18:12:37
Also in: dri-devel, linux-clk, linux-media, linux-tegra, lkml
Subsystem: the rest · Maintainer: Linus Torvalds

Print out domain name when reset fails to acquire for debugging purposes
and to make formatting of GENPD errors consistent in the driver.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
---
 drivers/soc/tegra/pmc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c
index 8edcd5b319f6..4f96dc7745c4 100644
--- a/drivers/soc/tegra/pmc.c
+++ b/drivers/soc/tegra/pmc.c
@@ -821,7 +821,8 @@ static int tegra_genpd_power_off(struct generic_pm_domain *domain)
 
 	err = reset_control_acquire(pg->reset);
 	if (err < 0) {
-		pr_err("failed to acquire resets: %d\n", err);
+		dev_err(dev, "failed to acquire resets for PM domain %s: %d\n",
+			pg->genpd.name, err);
 		return err;
 	}
 
-- 
2.29.2
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help