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:
Zheng Yang
2015-04-02 16:49:50 +08:00
parent e3a332d3c2
commit 7f2f16780d

View File

@@ -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;
}
/**