projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4c5ae7
)
OMAPDSS: HDMI4: fix error handling
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 24 Mar 2015 13:46:33 +0000
(15:46 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 17 Jun 2015 12:44:29 +0000
(15:44 +0300)
Error handling in hdmi_power_on_full() is not correct, and could leave
resources unfreed.
Fix this by arranging the error labels correctly.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/dss/hdmi4.c
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/omap2/dss/hdmi4.c
b/drivers/video/fbdev/omap2/dss/hdmi4.c
index 916d47978f4118f95e76b337e2fb1df8d0298f1c..e1345abd41bb1a97cfff335e6749d21a68159175 100644
(file)
--- a/
drivers/video/fbdev/omap2/dss/hdmi4.c
+++ b/
drivers/video/fbdev/omap2/dss/hdmi4.c
@@
-229,9
+229,9
@@
static int hdmi_power_on_full(struct omap_dss_device *dssdev)
err_mgr_enable:
hdmi_wp_video_stop(&hdmi.wp);
err_vid_enable:
-err_phy_cfg:
hdmi_wp_set_phy_pwr(&hdmi.wp, HDMI_PHYPWRCMD_OFF);
err_phy_pwr:
+err_phy_cfg:
err_pll_cfg:
dss_pll_disable(&hdmi.pll.pll);
err_pll_enable: