summaryrefslogtreecommitdiff
path: root/drivers/video/exynos
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-10-08 23:23:24 (GMT)
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-10-30 11:34:52 (GMT)
commitcf6ac4ce1bdf2d0718d5f33d62f695e105706a5d (patch)
treede89eea61af262c879bfbc872346523497b1ce5f /drivers/video/exynos
parent9e210be68a396da0f1d030289c323f1785f29d33 (diff)
downloadlinux-fsl-qoriq-cf6ac4ce1bdf2d0718d5f33d62f695e105706a5d.tar.xz
video: Remove unnecessary semicolons
These aren't necessary after switch, for, and if blocks. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/exynos')
-rw-r--r--drivers/video/exynos/exynos_mipi_dsi_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/exynos/exynos_mipi_dsi_common.c b/drivers/video/exynos/exynos_mipi_dsi_common.c
index 520fc9b..9b32165 100644
--- a/drivers/video/exynos/exynos_mipi_dsi_common.c
+++ b/drivers/video/exynos/exynos_mipi_dsi_common.c
@@ -667,7 +667,7 @@ int exynos_mipi_dsi_init_dsim(struct mipi_dsim_device *dsim)
default:
dev_info(dsim->dev, "data lane is invalid.\n");
return -EINVAL;
- };
+ }
exynos_mipi_dsi_sw_reset(dsim);
exynos_mipi_dsi_func_reset(dsim);