projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4fe968
)
drm/ast: drop debug level on error printk
author
Dave Airlie
<airlied@gmail.com>
Sun, 2 Sep 2012 21:22:16 +0000
(07:22 +1000)
committer
Dave Airlie
<airlied@gmail.com>
Sun, 2 Sep 2012 21:22:16 +0000
(07:22 +1000)
This was never an error, drop to a debug print.
Reported-by: Keven Lachance
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/ast/ast_mode.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/ast/ast_mode.c
b/drivers/gpu/drm/ast/ast_mode.c
index 7282c081fb53000397346d6c34879c06f940a4bd..a712cafcfa1dfde6f76e5c94a77307b7c1f1041a 100644
(file)
--- 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;