revert LVDS destroy - this oops on sysfs on sdvo init of i2c bus
parent
9f0f6509f5
commit
a890d596fc
|
@ -476,8 +476,7 @@ out:
|
||||||
return;
|
return;
|
||||||
|
|
||||||
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);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue