projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
509c7d8
)
drm: reduce WARN_ON to a printk.
author
Dave Airlie
<airlied@redhat.com>
Mon, 11 Jan 2010 04:20:55 +0000
(14:20 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 11 Jan 2010 04:36:09 +0000
(14:36 +1000)
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>
drivers/gpu/drm/drm_crtc_helper.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/drm_crtc_helper.c
b/drivers/gpu/drm/drm_crtc_helper.c
index
aba79c4
..
077313f
100644
(file)
--- a/
drivers/gpu/drm/drm_crtc_helper.c
+++ b/
drivers/gpu/drm/drm_crtc_helper.c
@@
-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 conne
cted with modes\n");
+
printk(KERN_INFO "No connectors reported conn
cted with modes\n");
drm_setup_crtcs(dev);