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: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Коммит
8fe3c0612c
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче