Skip to content
Snippets Groups Projects
Commit 0c20aafe authored by Simon Glass's avatar Simon Glass Committed by Anatolij Gustschin
Browse files

video: Avoid using #ifdef in video-uclass.c


This code does not really need to use #ifdef. We can use if() instead and
gain build coverage without impacting code size.

Change the #ifdefs to use IS_ENABLED(), etc., instead.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 775d3322
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