Skip to content

Commit

Permalink
video: exynos_mipi_dsi: Remove unused code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Florian Tobias Schandinat committed Sep 22, 2012
1 parent 8abf0b3 commit c520f9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/video/exynos/exynos_mipi_dsi_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c520f9f

Please sign in to comment.