remove a printk to make things less verbose

main
Jesse Barnes 2007-04-07 19:26:55 -07:00
parent 2430d0c315
commit ab7ee9c1af
1 changed files with 0 additions and 1 deletions

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);
}