Skip to content

Commit

Permalink
drm/exynos: Fix typo in exynos_mixer.c
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Masanari Iida authored and Dave Airlie committed Feb 16, 2012
1 parent b7f5b7d commit 1109bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/exynos/exynos_mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ static int mixer_remove(struct platform_device *pdev)
platform_get_drvdata(pdev);
struct mixer_context *ctx = (struct mixer_context *)drm_hdmi_ctx->ctx;

dev_info(dev, "remove sucessful\n");
dev_info(dev, "remove successful\n");

mixer_resource_poweroff(ctx);
mixer_resources_cleanup(ctx);
Expand Down

0 comments on commit 1109bf8

Please sign in to comment.