drm/fb: use printk to print out the switching to text mode error.
authorDave Airlie <airlied@redhat.com>
Mon, 7 Jun 2010 02:14:54 +0000 (12:14 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 7 Jun 2010 23:33:27 +0000 (09:33 +1000)
commitfc2362afd5ab9456caab4de317da796cc88944fe
treebecc3dd58408b56cc284ca73d7fc220632feecff
parent9bad145ee2ef43ac36d397190a7d8b1a7306d3fb
drm/fb: use printk to print out the switching to text mode error.

using DRM_ERROR, results in people blaming the drm code for the oops, and
not looking at the oops.

(sadly yes I've gotten reports).

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_fb_helper.c