Skip to content
Snippets Groups Projects
Commit 095e6c1f authored by Simon Glass's avatar Simon Glass
Browse files

rockchip: video: Avoid using u8 in the HDMI driver


It makes not sense using u8 to hold a value on a 32-bit or 64-bit machine.
It can only bloat the code by forcing the compiler to mask the value.
Change it to uint.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 20b13e8d
No related branches found
No related tags found
No related merge requests found
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