projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29139e4
)
staging: imx-drm: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()
author
Lespiau, Damien
<
[email protected]
>
Mon, 24 Mar 2014 15:53:13 +0000
(15:53 +0000)
committer
Dave Airlie
<
[email protected]
>
Fri, 28 Mar 2014 02:57:13 +0000
(12:57 +1000)
There are only a few users of the DRM_LOG_KMS() macro. We can simplify
the DRM code a bit by replacing them by DRM_DEBUG_KMS().
Cc: Philipp Zabel <
[email protected]
>
Cc: Lucas Stach <
[email protected]
>
Signed-off-by: Damien Lespiau <
[email protected]
>
Acked-by: Philipp Zabel <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
drivers/staging/imx-drm/ipuv3-plane.c
patch
|
blob
|
history
diff --git
a/drivers/staging/imx-drm/ipuv3-plane.c
b/drivers/staging/imx-drm/ipuv3-plane.c
index 34b642a12f8bb2cb6163b1fa05eeca184aef135b..5128dc399d361c62f39df5ad7cd685bcb497de28 100644
(file)
--- a/
drivers/staging/imx-drm/ipuv3-plane.c
+++ b/
drivers/staging/imx-drm/ipuv3-plane.c
@@
-68,7
+68,7
@@
int ipu_plane_set_base(struct ipu_plane *ipu_plane, struct drm_framebuffer *fb,
cma_obj = drm_fb_cma_get_gem_obj(fb, 0);
if (!cma_obj) {
- DRM_
LO
G_KMS("entry is null.\n");
+ DRM_
DEBU
G_KMS("entry is null.\n");
return -EFAULT;
}