[patch v3 7/9] rockchip: video: vop: Fix format of fbbase in debug string
Kever Yang
kever.yang at rock-chips.com
Thu Jan 21 13:52:54 CET 2021
Hi Arnaud,
Arnaud Patard <arnaud.patard at rtp-net.org> 于2020年11月20日周五 下午9:32写道:
> The debug string printing the device name, framebuffer address and of node
> is using %lu as format for the framebuffer address, which is not so nice.
> Change it to %lx.
>
> Signed-off-by: Arnaud Patard <arnaud.patard at rtp-net.org>
> Index: u-boot/drivers/video/rockchip/rk_vop.c
> ===================================================================
> --- u-boot.orig/drivers/video/rockchip/rk_vop.c
> +++ u-boot/drivers/video/rockchip/rk_vop.c
> @@ -239,7 +239,7 @@ static int rk_display_init(struct udevic
> ofnode remote;
> const char *compat;
>
> - debug("%s(%s, %lu, %s)\n", __func__,
> + debug("%s(%s, %lx, %s)\n", __func__,
>
Please use 0x%lx instead.
Thanks,
- Kever
> dev_read_name(dev), fbbase, ofnode_get_name(ep_node));
>
> ret = ofnode_read_u32(ep_node, "remote-endpoint", &remote_phandle);
>
>
>
More information about the U-Boot
mailing list