diff options
-rw-r--r-- | linux-core/intel_lvds.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/linux-core/intel_lvds.c b/linux-core/intel_lvds.c index 4020ec6e..db025417 100644 --- a/linux-core/intel_lvds.c +++ b/linux-core/intel_lvds.c @@ -476,8 +476,7 @@ out: return; failed: - DRM_DEBUG("No LVDS modes found, disabling.\n"); - intel_i2c_destroy(intel_output->ddc_bus); - kfree(output->driver_private); - drm_output_destroy(output); + DRM_DEBUG("No LVDS modes found, disabling.\n"); + // intel_lvds_destroy(output); + // drm_output_destroy(output); } |