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)
commit3fd64112cea5d5182e08698fb53ffd1589896086
tree2532ae20aa3aa5c579b7ceee9edb486d64750c74
parent4db3926874a6a17cca1f97a4fd92e58e9182a272
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