summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Airlie2012-09-02 23:22:16 +0200
committerDave Airlie2012-09-02 23:22:16 +0200
commit0273de08c455031335dbea2630208f66106b0c14 (patch)
tree76691748da2820d0e68256654ef4bf3aaf68f5cb
parentMerge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/nouveau/lin... (diff)
downloadkernel-qcow2-linux-0273de08c455031335dbea2630208f66106b0c14.tar.gz
kernel-qcow2-linux-0273de08c455031335dbea2630208f66106b0c14.tar.xz
kernel-qcow2-linux-0273de08c455031335dbea2630208f66106b0c14.zip
drm/ast: drop debug level on error printk
This was never an error, drop to a debug print. Reported-by: Keven Lachance Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--drivers/gpu/drm/ast/ast_mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gpu/drm/ast/ast_mode.c
index 7282c081fb53..a712cafcfa1d 100644
--- a/drivers/gpu/drm/ast/ast_mode.c
+++ b/drivers/gpu/drm/ast/ast_mode.c
@@ -841,7 +841,7 @@ int ast_cursor_init(struct drm_device *dev)
ast->cursor_cache = obj;
ast->cursor_cache_gpu_addr = gpu_addr;
- DRM_ERROR("pinned cursor cache at %llx\n", ast->cursor_cache_gpu_addr);
+ DRM_DEBUG_KMS("pinned cursor cache at %llx\n", ast->cursor_cache_gpu_addr);
return 0;
fail:
return ret;