aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/i915/intel_lvds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
index 95011dfe1758..ab48edde4c9f 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -1149,5 +1149,6 @@ failed:
1149 if (intel_output->ddc_bus) 1149 if (intel_output->ddc_bus)
1150 intel_i2c_destroy(intel_output->ddc_bus); 1150 intel_i2c_destroy(intel_output->ddc_bus);
1151 drm_connector_cleanup(connector); 1151 drm_connector_cleanup(connector);
1152 drm_encoder_cleanup(encoder);
1152 kfree(intel_output); 1153 kfree(intel_output);
1153} 1154}