diff options
author | David Airlie <airlied@asimov.stargames.com.au> | 2007-04-13 14:30:44 +1000 |
---|---|---|
committer | Dave Airlie <airlied@airlied2.(none)> | 2007-04-13 14:50:31 +1000 |
commit | a890d596fc22a3dca9d390f96f0f739cf90de5e1 (patch) | |
tree | a43b8db5467354d71212a492396f0c293dade431 | |
parent | 9f0f6509f5278b5d46a282acf40e7b69790892a6 (diff) |
revert LVDS destroy - this oops on sysfs on sdvo init of i2c bus
-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); } |