From c520f9faac4fd2430b44a727513df3d72d29553d Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Fri, 21 Sep 2012 10:36:46 +0530 Subject: [PATCH] video: exynos_mipi_dsi: Remove unused code This code is never executed and hence removed. Signed-off-by: Sachin Kamat Acked-by: Inki Dae Signed-off-by: Florian Tobias Schandinat --- drivers/video/exynos/exynos_mipi_dsi_common.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/video/exynos/exynos_mipi_dsi_common.c b/drivers/video/exynos/exynos_mipi_dsi_common.c index 47b533a183b..7cc4113242d 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, mutex_unlock(&dsim->lock); return -EINVAL; } - - mutex_unlock(&dsim->lock); - return 0; } static unsigned int exynos_mipi_dsi_long_data_rd(struct mipi_dsim_device *dsim, -- 2.46.0