Skip to content
Commit eccda2d1 authored by Thierry Reding's avatar Thierry Reding
Browse files

drm/panel: ld9040: Fix build warnings on 64-bit



The %* format specifier expects an integer, which works fine with size_t
arguments on 32-bit because the types match. However on 64-bit, size_t
is typedef'd to unsigned long and will cause a build warning.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 7fe8c777
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment