OSDN Git Service

remove a printk to make things less verbose
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>
Sun, 8 Apr 2007 02:26:55 +0000 (19:26 -0700)
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>
Sun, 8 Apr 2007 02:26:55 +0000 (19:26 -0700)
linux-core/intel_lvds.c

index a83f7d7..a444f14 100644 (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);
 }