diff options
author | Senthilvadivu Guruswamy <svadivu@ti.com> | 2010-10-07 07:28:04 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-10-22 16:21:05 -0400 |
commit | e66345297d9ab3566eff0503d79eedda3c652428 (patch) | |
tree | 19abeca91ab89dd5ad0a13031f63c5333957d0b7 /drivers/video | |
parent | a0acb5574b01f1a82dc5d863b4d89d84397aeafa (diff) |
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: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/omap2/dss/dsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c index b3fa3a7db911..aa4f7a5fae29 100644 --- a/drivers/video/omap2/dss/dsi.c +++ b/drivers/video/omap2/dss/dsi.c | |||
@@ -3274,7 +3274,6 @@ int dsi_init(struct platform_device *pdev) | |||
3274 | 3274 | ||
3275 | dsi.vdds_dsi_reg = dss_get_vdds_dsi(); | 3275 | dsi.vdds_dsi_reg = dss_get_vdds_dsi(); |
3276 | if (IS_ERR(dsi.vdds_dsi_reg)) { | 3276 | if (IS_ERR(dsi.vdds_dsi_reg)) { |
3277 | iounmap(dsi.base); | ||
3278 | DSSERR("can't get VDDS_DSI regulator\n"); | 3277 | DSSERR("can't get VDDS_DSI regulator\n"); |
3279 | r = PTR_ERR(dsi.vdds_dsi_reg); | 3278 | r = PTR_ERR(dsi.vdds_dsi_reg); |
3280 | goto err2; | 3279 | goto err2; |