Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131762
b: refs/heads/master
c: d61e738
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin authored and Dave Airlie committed Feb 25, 2009
1 parent f416fc5 commit 4904ad1
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: b3f5e7329df1a508ac58ebe7509fb7a47b9eab6a
refs/heads/master: d61e7380b402a481ab1fa8027068a24918f701c8
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_edid.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static bool edid_is_valid(struct edid *edid)
DRM_ERROR("EDID has major version %d, instead of 1\n", edid->version);
goto bad;
}
if (edid->revision <= 0 || edid->revision > 3) {
if (edid->revision > 3) {
DRM_ERROR("EDID has minor version %d, which is not between 0-3\n", edid->revision);
goto bad;
}
Expand Down

0 comments on commit 4904ad1

Please sign in to comment.