mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-22 04:22:08 +07:00
PM / devfreq: Convert to using %pOFn instead of device_node.name
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
This commit is contained in:
parent
b596d895fa
commit
f037eb8c1f
@ -535,8 +535,8 @@ static int of_get_devfreq_events(struct device_node *np,
|
|||||||
|
|
||||||
if (i == ARRAY_SIZE(ppmu_events)) {
|
if (i == ARRAY_SIZE(ppmu_events)) {
|
||||||
dev_warn(dev,
|
dev_warn(dev,
|
||||||
"don't know how to configure events : %s\n",
|
"don't know how to configure events : %pOFn\n",
|
||||||
node->name);
|
node);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user