From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Tobias Schandinat Date: Sun, 23 Sep 2012 19:54:17 +0000 Subject: Re: [PATCH v2 1/2] video: exynos_mipi_dsi: Remove unused code Message-Id: <505F68E9.9070200@gmx.de> List-Id: References: <1348204007-1347-1-git-send-email-sachin.kamat@linaro.org> In-Reply-To: <1348204007-1347-1-git-send-email-sachin.kamat@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org Applied both patches of this series. Thanks, Florian Tobias Schandinat On 09/21/2012 05:06 AM, Sachin Kamat wrote: > This code is never executed and hence removed. > > Signed-off-by: Sachin Kamat > Acked-by: Inki Dae > > --- > 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,