summaryrefslogtreecommitdiff
path: root/linux-core/intel_lvds.c
diff options
context:
space:
mode:
authorDavid Airlie <airlied@asimov.stargames.com.au>2007-04-13 14:30:44 +1000
committerDave Airlie <airlied@airlied2.(none)>2007-04-13 14:50:31 +1000
commita890d596fc22a3dca9d390f96f0f739cf90de5e1 (patch)
treea43b8db5467354d71212a492396f0c293dade431 /linux-core/intel_lvds.c
parent9f0f6509f5278b5d46a282acf40e7b69790892a6 (diff)
revert LVDS destroy - this oops on sysfs on sdvo init of i2c bus
Diffstat (limited to 'linux-core/intel_lvds.c')
-rw-r--r--linux-core/intel_lvds.c7
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);
}