projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5673ec
)
[COMMON] exynos-dm: Add node name to print code.
author
Chungwoo Park
<cww.park@samsung.com>
Tue, 15 May 2018 13:12:35 +0000
(22:12 +0900)
committer
Chungwoo Park
<cww.park@samsung.com>
Mon, 21 May 2018 08:37:42 +0000
(17:37 +0900)
Change-Id: Iefe12dbb530c18c46ef0ee67e126046c9ca2af07
Signed-off-by: Chungwoo Park <cww.park@samsung.com>
drivers/soc/samsung/exynos-dm.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/soc/samsung/exynos-dm.c
b/drivers/soc/samsung/exynos-dm.c
index e6ff576a2922512c40017b5ad406e07dab0a5c07..d74026c0670cc9435059c832003753cef4f8e4db 100644
(file)
--- a/
drivers/soc/samsung/exynos-dm.c
+++ b/
drivers/soc/samsung/exynos-dm.c
@@
-370,7
+370,7
@@
static int exynos_dm_parse_dt(struct device_node *np, struct exynos_dm_device *d
}
#ifdef CONFIG_EXYNOS_ACPM
if (of_property_read_string(child_np, "policy_use", &policy_use)) {
- dev_info(dm->dev, "
This doesn't need to send policy to ACPM\n"
);
+ dev_info(dm->dev, "
[%s] This doesn't need to send policy to ACPM\n", child_np->name
);
} else {
if (!strcmp(policy_use, "true"))
dm->dm_data[index].policy_use = true;