drm: fix crtc no modes printf + typo
[safe/jmp/linux-2.6] / drivers / gpu / drm / drm_crtc_helper.c
index 077313f..1c47ea2 100644 (file)
@@ -1032,7 +1032,8 @@ bool drm_helper_initial_config(struct drm_device *dev)
        /*
         * we shouldn't end up with no modes here.
         */
-       printk(KERN_INFO "No connectors reported conncted with modes\n");
+       if (count == 0)
+               printk(KERN_INFO "No connectors reported connected with modes\n");
 
        drm_setup_crtcs(dev);