]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteef3d64cfd090786cfbb8333246206233ffdd767
treebecc3dd58408b56cc284ca73d7fc220632feecff
parent20a386418dca1e4ac26887c84159e69be99df1d1
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