aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-02-13 09:10:42 -0500
committerInki Dae <inki.dae@samsung.com>2012-02-14 20:29:11 -0500
commita7fa61b4b20a7121b8644ff7508b086120e398c6 (patch)
treec83789a87bc53a36d067d08bc9b3c525223949b1 /drivers/gpu
parent6f9f8a61089bb177e53e14ee62f4a65134f3692f (diff)
drm/exynos: Fix typo in exynos_mixer.c
Correct spelling "sucessful" to "successful" in drivers/gpu/drm/exynos/exynos_mixer.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/exynos/exynos_mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_mixer.c b/drivers/gpu/drm/exynos/exynos_mixer.c
index ac24cff39775..33afd0cf036a 100644
--- a/drivers/gpu/drm/exynos/exynos_mixer.c
+++ b/drivers/gpu/drm/exynos/exynos_mixer.c
@@ -1044,7 +1044,7 @@ static int mixer_remove(struct platform_device *pdev)
1044 platform_get_drvdata(pdev); 1044 platform_get_drvdata(pdev);
1045 struct mixer_context *ctx = (struct mixer_context *)drm_hdmi_ctx->ctx; 1045 struct mixer_context *ctx = (struct mixer_context *)drm_hdmi_ctx->ctx;
1046 1046
1047 dev_info(dev, "remove sucessful\n"); 1047 dev_info(dev, "remove successful\n");
1048 1048
1049 mixer_resource_poweroff(ctx); 1049 mixer_resource_poweroff(ctx);
1050 mixer_resources_cleanup(ctx); 1050 mixer_resources_cleanup(ctx);