Printk format "%pCr" will be removed soon, as clk_get_rate() must not beAcked-by: Stefan Wahren <stefan.wahren@xxxxxxxx>
called in atomic context.
Replace it by printing the variable that already holds the clock rate.
Note that calling clk_get_rate() is safe here, as the code runs in task
context.
Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>