drm: reduce WARN_ON to a printk.
authorDave Airlie <airlied@redhat.com>
Mon, 11 Jan 2010 04:20:55 +0000 (14:20 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 11 Jan 2010 04:36:09 +0000 (14:36 +1000)
commit94fd163d86b049842856864cdeac318131ec576d
treea4759564141ee4865d24dd47d00efab4c26ae09d
parent509c7d83c3b18a50a0bd02afa43c8ee3c7605bc9
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>
drivers/gpu/drm/drm_crtc_helper.c