aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/omap2/displays/panel-picodlp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/omap2/displays/panel-picodlp.c b/drivers/video/omap2/displays/panel-picodlp.c
index 875b8902f647..153e9bea0f6e 100644
--- a/drivers/video/omap2/displays/panel-picodlp.c
+++ b/drivers/video/omap2/displays/panel-picodlp.c
@@ -469,8 +469,6 @@ static void picodlp_panel_remove(struct omap_dss_device *dssdev)
469 i2c_unregister_device(picod->picodlp_i2c_client); 469 i2c_unregister_device(picod->picodlp_i2c_client);
470 dev_set_drvdata(dssdev->dev, NULL); 470 dev_set_drvdata(dssdev->dev, NULL);
471 dev_dbg(dssdev->dev, "removing picodlp panel\n"); 471 dev_dbg(dssdev->dev, "removing picodlp panel\n");
472
473 kfree(picod);
474} 472}
475 473
476static int picodlp_panel_enable(struct omap_dss_device *dssdev) 474static int picodlp_panel_enable(struct omap_dss_device *dssdev)