Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38408
b: refs/heads/master
c: 0271eb9
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Oct 4, 2006
1 parent c884584 commit 51f6de6
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: 237fead619984cc48818fe12ee0ceada3f55b012
refs/heads/master: 0271eb947db2704a0ff8be68d72915ab021d1ead
2 changes: 1 addition & 1 deletion trunk/drivers/video/riva/fbdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1843,7 +1843,7 @@ static int __devinit riva_get_EDID_OF(struct fb_info *info, struct pci_dev *pd)
for (i = 0; propnames[i] != NULL; ++i) {
pedid = get_property(dp, propnames[i], NULL);
if (pedid != NULL) {
par->EDID = pedid;
par->EDID = (unsigned char *)pedid;
NVTRACE("LCD found.\n");
return 1;
}
Expand Down

0 comments on commit 51f6de6

Please sign in to comment.