Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c520f9fa authored by Sachin Kamat's avatar Sachin Kamat Committed by Florian Tobias Schandinat
Browse files

video: exynos_mipi_dsi: Remove unused code



This code is never executed and hence removed.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Acked-by: default avatarInki Dae <inki.dae@samsung.com>
Signed-off-by: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
parent 8abf0b31
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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,