diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-09-21 05:06:46 (GMT) |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-09-22 21:44:37 (GMT) |
commit | c520f9faac4fd2430b44a727513df3d72d29553d (patch) | |
tree | f014031e3931118fd2c4821f51b735b240bfc2b7 /drivers/video/exynos | |
parent | 8abf0b31e161f811501eb73b48446d0e5ffcd0a3 (diff) | |
download | linux-c520f9faac4fd2430b44a727513df3d72d29553d.tar.xz |
video: exynos_mipi_dsi: Remove unused code
This code is never executed and hence removed.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/exynos')
-rw-r--r-- | drivers/video/exynos/exynos_mipi_dsi_common.c | 3 |
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 47b533a..7cc4113 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, |