diff --git a/drivers/video/omap2/displays/panel-picodlp.c b/drivers/video/omap2/displays/panel-picodlp.c index 875b8902f6474b568effb595334a64027fb70404..153e9bea0f6e16f2a050ed6cd3aab1cb3f613092 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) i2c_unregister_device(picod->picodlp_i2c_client); dev_set_drvdata(dssdev->dev, NULL); dev_dbg(dssdev->dev, "removing picodlp panel\n"); - - kfree(picod); } static int picodlp_panel_enable(struct omap_dss_device *dssdev)