revert LVDS destroy - this oops on sysfs on sdvo init of i2c bus

main
David Airlie 2007-04-13 14:30:44 +10:00 committed by Dave Airlie
parent 9f0f6509f5
commit a890d596fc
1 changed files with 3 additions and 4 deletions

View File

@ -477,7 +477,6 @@ out:
failed: failed:
DRM_DEBUG("No LVDS modes found, disabling.\n"); DRM_DEBUG("No LVDS modes found, disabling.\n");
intel_i2c_destroy(intel_output->ddc_bus); // intel_lvds_destroy(output);
kfree(output->driver_private); // drm_output_destroy(output);
drm_output_destroy(output);
} }