diff options
author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-04-07 19:26:55 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-04-07 19:26:55 -0700 |
commit | ab7ee9c1af3bd844653a83b5160773db671bbcad (patch) | |
tree | 856dda81c1a86c3e6d71b421e80b6fd28d045960 | |
parent | 2430d0c3157ef20a3319a4f93dc44b28d0189868 (diff) |
remove a printk to make things less verbose
-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); } |