I needed to debug some clock issues and found some places where pointer addresses were being printed when names were available. The addresses are not very helpful, but the names are. So here a couple of patches to improve that.
Signed-off-by: David Lechner <[email protected]> --- David Lechner (2): clk: clk-uclass: fix format specifier for ofnode name clk: clk-uclass: used dev name in debug message drivers/clk/clk-uclass.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) --- base-commit: 141be72e2a9d43aa4e3d1a6a6e0ab8f9eb8784c6 change-id: 20260108-clk-uclass-better-debug-1efeb0dcf54e Best regards, -- David Lechner <[email protected]>

