video/edid: Fix edid_to_display_timings error path
edid_to_display_timings is called in drivers/video/imx-ipu-v3/imx-hdmi.c,
drivers/video/simple-panel.c, and drivers/video/edid.c with the struct
display_timings *timings parameter pointing to an embedded struct
display_timings inside a struct fb_info. The timings pointer is not to
be freed in the error path.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 46e30c9 commit 6ed5b755ba104eb66ebc939aa5c55106e6bd9205
@Philipp Zabel Philipp Zabel authored on 1 Sep 2016
Sascha Hauer committed on 5 Sep 2016
Showing 1 changed file
View
drivers/video/edid.c