aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/exynos
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/exynos')
-rw-r--r--drivers/video/exynos/exynos_mipi_dsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/exynos/exynos_mipi_dsi.c
index 4bc2b8a5dd8b..663c308d0e73 100644
--- a/drivers/video/exynos/exynos_mipi_dsi.c
+++ b/drivers/video/exynos/exynos_mipi_dsi.c
@@ -461,7 +461,7 @@ static int exynos_mipi_dsi_probe(struct platform_device *pdev)
461done: 461done:
462 platform_set_drvdata(pdev, dsim); 462 platform_set_drvdata(pdev, dsim);
463 463
464 dev_dbg(&pdev->dev, "%s() completed sucessfuly (%s mode)\n", __func__, 464 dev_dbg(&pdev->dev, "%s() completed successfully (%s mode)\n", __func__,
465 dsim_config->e_interface == DSIM_COMMAND ? "CPU" : "RGB"); 465 dsim_config->e_interface == DSIM_COMMAND ? "CPU" : "RGB");
466 466
467 return 0; 467 return 0;