Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6634529 authored by Senthilvadivu Guruswamy's avatar Senthilvadivu Guruswamy Committed by Tomi Valkeinen
Browse files

OMAP: DSS2: DSI: Remove extra iounmap in error path



iounmap is already done in label err2: so extra iounmap in
the error handling path could be removed.

Signed-off-by: default avatarSenthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@nokia.com>
parent a0acb557
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3274,7 +3274,6 @@ int dsi_init(struct platform_device *pdev)

	dsi.vdds_dsi_reg = dss_get_vdds_dsi();
	if (IS_ERR(dsi.vdds_dsi_reg)) {
		iounmap(dsi.base);
		DSSERR("can't get VDDS_DSI regulator\n");
		r = PTR_ERR(dsi.vdds_dsi_reg);
		goto err2;