mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
drm: reduce WARN_ON to a printk.
Lots of ppl keep thinking this is an oops, it was just a warning for me to see, just make it a printk now. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
509c7d83c3
commit
94fd163d86
@ -1032,7 +1032,7 @@ bool drm_helper_initial_config(struct drm_device *dev)
|
||||
/*
|
||||
* we shouldn't end up with no modes here.
|
||||
*/
|
||||
WARN(!count, "No connectors reported connected with modes\n");
|
||||
printk(KERN_INFO "No connectors reported conncted with modes\n");
|
||||
|
||||
drm_setup_crtcs(dev);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user