aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/exynos/exynos_mipi_dsi_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/exynos/exynos_mipi_dsi_common.c b/drivers/video/exynos/exynos_mipi_dsi_common.c
index 9b321652b810..7eed957b6014 100644
--- a/drivers/video/exynos/exynos_mipi_dsi_common.c
+++ b/drivers/video/exynos/exynos_mipi_dsi_common.c
@@ -376,6 +376,7 @@ int exynos_mipi_dsi_rd_data(struct mipi_dsim_device *dsim, unsigned int data_id,
376 "data id %x is not supported current DSI spec.\n", 376 "data id %x is not supported current DSI spec.\n",
377 data_id); 377 data_id);
378 378
379 mutex_unlock(&dsim->lock);
379 return -EINVAL; 380 return -EINVAL;
380 } 381 }
381 382