projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9aaf75
)
drm/exynos: vidi: fix build warning
author
Inki Dae
<inki.dae@samsung.com>
Tue, 7 Oct 2014 15:16:34 +0000
(
00:16
+0900)
committer
Inki Dae
<daeinki@gmail.com>
Sun, 2 Nov 2014 16:51:27 +0000
(
01:51
+0900)
encoder object isn't used anymore so remove it.
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_vidi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/exynos/exynos_drm_vidi.c
b/drivers/gpu/drm/exynos/exynos_drm_vidi.c
index 9395e85ffd534b053bf8054701995d49d6b726ac..50faf913e5749152f5d2a4dc29c655f33ce27f98 100644
(file)
--- a/
drivers/gpu/drm/exynos/exynos_drm_vidi.c
+++ b/
drivers/gpu/drm/exynos/exynos_drm_vidi.c
@@
-630,7
+630,6
@@
static int vidi_remove(struct platform_device *pdev)
{
struct exynos_drm_manager *mgr = platform_get_drvdata(pdev);
struct vidi_context *ctx = mgr->ctx;
- struct drm_encoder *encoder = ctx->encoder;
if (ctx->raw_edid != (struct edid *)fake_edid_info) {
kfree(ctx->raw_edid);