aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/exynos/exynos_mipi_dsi_common.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/exynos/exynos_mipi_dsi_common.c b/drivers/video/exynos/exynos_mipi_dsi_common.c
index 47b533a183be..7cc4113242d9 100644
--- a/drivers/video/exynos/exynos_mipi_dsi_common.c
+++ b/drivers/video/exynos/exynos_mipi_dsi_common.c
@@ -288,9 +288,6 @@ int exynos_mipi_dsi_wr_data(struct mipi_dsim_device *dsim, unsigned int data_id,
288 mutex_unlock(&dsim->lock); 288 mutex_unlock(&dsim->lock);
289 return -EINVAL; 289 return -EINVAL;
290 } 290 }
291
292 mutex_unlock(&dsim->lock);
293 return 0;
294} 291}
295 292
296static unsigned int exynos_mipi_dsi_long_data_rd(struct mipi_dsim_device *dsim, 293static unsigned int exynos_mipi_dsi_long_data_rd(struct mipi_dsim_device *dsim,