mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
HDMI: fix edid mode list error: set head->prev to edid->modelist.
Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
This commit is contained in:
@@ -511,6 +511,7 @@ static void hdmi_sort_modelist(struct hdmi_edid *edid, int feature)
|
||||
|
||||
edid->modelist = head_new;
|
||||
edid->modelist.prev->next = &edid->modelist;
|
||||
edid->modelist.next->prev = &edid->modelist;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user