revert LVDS destroy - this oops on sysfs on sdvo init of i2c bus
authorDavid Airlie <airlied@asimov.stargames.com.au>
Fri, 13 Apr 2007 04:30:44 +0000 (14:30 +1000)
committerDave Airlie <airlied@airlied2.(none)>
Fri, 13 Apr 2007 04:50:31 +0000 (14:50 +1000)
linux-core/intel_lvds.c

index 4020ec6..db02541 100644 (file)
@@ -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);
 }