Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196489
b: refs/heads/master
c: 0bcad4c
h: refs/heads/master
i:
  196487: bd45377
v: v3
  • Loading branch information
Dan Carpenter authored and Dave Airlie committed May 18, 2010
1 parent 3e45672 commit 0c622fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 68b61a7fd21be9df23577d48643ba9e364758200
refs/heads/master: 0bcad4c95eb4a017029ab82c2c9dee4198503aef
2 changes: 0 additions & 2 deletions trunk/drivers/gpu/drm/drm_edid.c
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,6 @@ static int add_detailed_info_eedid(struct drm_connector *connector,
char *edid_ext = NULL;
struct detailed_timing *timing;
int start_offset, end_offset;
int timing_level;

if (edid->version == 1 && edid->revision < 3)
return 0;
Expand All @@ -1536,7 +1535,6 @@ static int add_detailed_info_eedid(struct drm_connector *connector,
return 0;
}

timing_level = standard_timing_level(edid);
end_offset = EDID_LENGTH;
end_offset -= sizeof(struct detailed_timing);
for (i = start_offset; i < end_offset;
Expand Down

0 comments on commit 0c622fb

Please sign in to comment.