Commit 8fe3c061 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'zynq-soc-for-v4.20' of https://github.com/Xilinx/linux-xlnx into next/soc

ARM: Xilinx Zynq SoC patches for v4.20

- Convert to using %pOFn instead of device_node.name in slcr driver

* tag 'zynq-soc-for-v4.20' of https://github.com/Xilinx/linux-xlnx

:
  ARM: zynq: Convert to using %pOFn instead of device_node.name

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents d7f59da4 20487a8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ int __init zynq_early_slcr_init(void)

	register_restart_handler(&zynq_slcr_restart_nb);

	pr_info("%s mapped to %p\n", np->name, zynq_slcr_base);
	pr_info("%pOFn mapped to %p\n", np, zynq_slcr_base);

	of_node_put(np);