Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253720
b: refs/heads/master
c: f49dadb
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie authored and Dave Airlie committed Jun 16, 2011
1 parent 4bb8047 commit 67a7b00
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: e6ba759980e65084b0db9f1684d9d65a2a3e1741
refs/heads/master: f49dadb82dde88092827b6d058e7164e75e96759
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/drm_edid.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ drm_edid_block_valid(u8 *raw_edid)

bad:
if (raw_edid) {
DRM_ERROR("Raw EDID:\n");
printk(KERN_ERR "Raw EDID:\n");
print_hex_dump_bytes(KERN_ERR, DUMP_PREFIX_NONE, raw_edid, EDID_LENGTH);
printk("\n");
printk(KERN_ERR "\n");
}
return 0;
}
Expand Down

0 comments on commit 67a7b00

Please sign in to comment.