clk: renesas: rzg2l: Use %x format specifier to print CLK_ON_R()
authorClaudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Tue, 10 Oct 2023 13:26:56 +0000 (16:26 +0300)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 12 Oct 2023 18:05:36 +0000 (20:05 +0200)
commitfd627207aaa782c1fd4224076b56a03a1059f516
treea3e1913d6fabc8aa2789bba0bcbf25a55967e57e
parentde60a3ebe410670ffdbbc95faa25a820da44ab11
clk: renesas: rzg2l: Use %x format specifier to print CLK_ON_R()

Use the %x format specifier to print CLK_ON_R().  This makes debugging
easier as the value printed will be hexadecimal like in the hardware
manual.  Along with it add "0x" in front of the printed value.

Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20231010132701.1658737-2-claudiu.beznea.uj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/clk/renesas/rzg2l-cpg.c