diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-08-29 16:09:03 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-08-29 16:09:03 +0300 |
commit | e0563e049531973e665db853e825a4efed9f881d (patch) | |
tree | 5cf6fc0b80af1947414bc69125b11110e25494aa /arch/c6x/platforms/plldata.c | |
parent | b00233b5306512a09e339d69ef5e390a77f2d302 (diff) | |
parent | 75e8387685f6c65feb195a4556110b58f852b848 (diff) | |
download | linux-e0563e049531973e665db853e825a4efed9f881d.tar.xz |
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/c6x/platforms/plldata.c')
-rw-r--r-- | arch/c6x/platforms/plldata.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/c6x/platforms/plldata.c b/arch/c6x/platforms/plldata.c index 755359eb6286..e8b6cc6a7b5a 100644 --- a/arch/c6x/platforms/plldata.c +++ b/arch/c6x/platforms/plldata.c @@ -436,8 +436,8 @@ void __init c64x_setup_clocks(void) err = of_property_read_u32(node, "clock-frequency", &val); if (err || val == 0) { - pr_err("%s: no clock-frequency found! Using %dMHz\n", - node->full_name, (int)val / 1000000); + pr_err("%pOF: no clock-frequency found! Using %dMHz\n", + node, (int)val / 1000000); val = 25000000; } clkin1.rate = val; |