Commit 58ebb0e6 authored by Linus Torvalds's avatar Linus Torvalds

Store EDID only when CONFIG_VIDEO_SELECT is set and edid

function actually exists.
parent 29ace1f8
...@@ -133,9 +133,9 @@ vid1: ...@@ -133,9 +133,9 @@ vid1:
#ifdef CONFIG_VIDEO_RETAIN #ifdef CONFIG_VIDEO_RETAIN
call restore_screen # Restore screen contents call restore_screen # Restore screen contents
#endif /* CONFIG_VIDEO_RETAIN */ #endif /* CONFIG_VIDEO_RETAIN */
call store_edid
#endif /* CONFIG_VIDEO_SELECT */ #endif /* CONFIG_VIDEO_SELECT */
call mode_params # Store mode parameters call mode_params # Store mode parameters
call store_edid
popw %ds # Restore original DS popw %ds # Restore original DS
ret ret
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment