]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: video: vop: Fix format of fbbase in debug string
authorArnaud Patard (Rtp) <arnaud.patard@rtp-net.org>
Fri, 5 Mar 2021 10:27:52 +0000 (11:27 +0100)
committerAnatolij Gustschin <agust@denx.de>
Sat, 10 Apr 2021 09:55:37 +0000 (11:55 +0200)
commit7984c272e94d7bc31586db6775e7298284c18db5
tree2532ae20aa3aa5c579b7ceee9edb486d64750c74
parent83fa3b6c8b3b9e35958f9ef7a8311987a4448249
rockchip: video: vop: Fix format of fbbase in debug string

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@rtp-net.org>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
drivers/video/rockchip/rk_vop.c