Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321031
b: refs/heads/master
c: 1f61ce5
h: refs/heads/master
i:
  321029: 500bc5c
  321027: fe2e511
  321023: 2363931
v: v3
  • Loading branch information
Jingoo Han authored and Florian Tobias Schandinat committed Jul 24, 2012
1 parent 053a07b commit bfc2e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 559dc9d9fed3578cdb82772e4638069fe8176f2f
refs/heads/master: 1f61ce508a2e88d19045aa77f90f366251419529
2 changes: 1 addition & 1 deletion trunk/drivers/video/exynos/exynos_dp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ static int exynos_dp_channel_eq_ok(u8 link_status[6], int lane_count)
u8 lane_status;

lane_align = link_status[2];
if ((lane_align == DPCD_INTERLANE_ALIGN_DONE) == 0)
if ((lane_align & DPCD_INTERLANE_ALIGN_DONE) == 0)
return -EINVAL;

for (lane = 0; lane < lane_count; lane++) {
Expand Down

0 comments on commit bfc2e35

Please sign in to comment.