clk: scmi: Replace log_debug with dev_dbg
authorPeng Fan <peng.fan@nxp.com>
Fri, 26 Sep 2025 16:06:21 +0000 (00:06 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 9 Oct 2025 20:16:11 +0000 (14:16 -0600)
commit0d71bc3a1bf82ad60fa4fb1b4441acde633249f1
treeb50e1a2e53b12a7e22edfa19f3736eb7cf933a4b
parent5e9fb0e5835ace9f9f7c6eceb3dd4cabc17487d4
clk: scmi: Replace log_debug with dev_dbg

Use dev_dbg to dump device name, dev_dbg also a encapsulation call
to log() and print(). So it is ok to use dev_dbg.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/clk/clk_scmi.c