diff options
| -rw-r--r-- | linux-core/intel_lvds.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/intel_lvds.c b/linux-core/intel_lvds.c index a83f7d7a..a444f145 100644 --- a/linux-core/intel_lvds.c +++ b/linux-core/intel_lvds.c @@ -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);  }  | 
