Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310380
b: refs/heads/master
c: ddbcb28
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Florian Tobias Schandinat committed May 29, 2012
1 parent d77c4a6 commit 37a346b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 24db03a834089a3600780ea1c7abe08e483e5d29
refs/heads/master: ddbcb289ca4b5c124673c076a6941cbca016c1d7
4 changes: 2 additions & 2 deletions trunk/drivers/video/exynos/exynos_dp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ static int exynos_dp_config_video(struct exynos_dp_device *dp,
return -ETIMEDOUT;
}

mdelay(100);
udelay(1);
}

/* Set to use the register calculated M/N video */
Expand Down Expand Up @@ -804,7 +804,7 @@ static int exynos_dp_config_video(struct exynos_dp_device *dp,
return -ETIMEDOUT;
}

mdelay(100);
mdelay(1);
}

if (retval != 0)
Expand Down

0 comments on commit 37a346b

Please sign in to comment.