remove a printk to make things less verbose

This commit is contained in:
Jesse Barnes 2007-04-07 19:26:55 -07:00
parent 2430d0c315
commit ab7ee9c1af

View file

@ -124,7 +124,6 @@ void intel_lvds_init(drm_device_t *dev)
}
modes = intel_ddc_get_modes(output);
printk(KERN_ERR "LVDS: added %d modes from EDID.\n", modes);
intel_i2c_destroy(intel_output->ddc_bus);
drm_output_destroy(output);
}