]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: dw_hdmi: Fix compiler warnings with gcc-14
authorKhem Raj <raj.khem@gmail.com>
Sat, 27 Jan 2024 22:54:59 +0000 (14:54 -0800)
committerAnatolij Gustschin <agust@denx.de>
Sun, 21 Apr 2024 07:07:01 +0000 (09:07 +0200)
commitddc75bc020b37d5cb45ba5588e27e4f4c60ce805
treef177104b5894f3f1d164a792784bbaf2f4df8434
parenta6959f6394706b68a4f4d705ade980daa85507cd
video: dw_hdmi: Fix compiler warnings with gcc-14

GCC-14 find more warnings like
"make pointer from integer without a cast"
fix them by adding a type cast.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: Tom Rini <trini@konsulko.com>
drivers/video/dw_hdmi.c