diff options
-rw-r--r-- | drivers/video/exynos/exynos_dp_core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/exynos/exynos_dp_core.c b/drivers/video/exynos/exynos_dp_core.c index b446f7e42f2a..a36b2d28280e 100644 --- a/drivers/video/exynos/exynos_dp_core.c +++ b/drivers/video/exynos/exynos_dp_core.c | |||
@@ -770,7 +770,7 @@ static int exynos_dp_config_video(struct exynos_dp_device *dp, | |||
770 | return -ETIMEDOUT; | 770 | return -ETIMEDOUT; |
771 | } | 771 | } |
772 | 772 | ||
773 | mdelay(100); | 773 | udelay(1); |
774 | } | 774 | } |
775 | 775 | ||
776 | /* Set to use the register calculated M/N video */ | 776 | /* Set to use the register calculated M/N video */ |
@@ -804,7 +804,7 @@ static int exynos_dp_config_video(struct exynos_dp_device *dp, | |||
804 | return -ETIMEDOUT; | 804 | return -ETIMEDOUT; |
805 | } | 805 | } |
806 | 806 | ||
807 | mdelay(100); | 807 | mdelay(1); |
808 | } | 808 | } |
809 | 809 | ||
810 | if (retval != 0) | 810 | if (retval != 0) |