Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20988
b: refs/heads/master
c: ed62178
h: refs/heads/master
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Mar 11, 2006
1 parent b07a8ba commit da63397
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e6509876c5cb079f56dbe334aafaae9a293c886
refs/heads/master: ed62178589929d248a0aaf4018ca3867e2f96d9d
4 changes: 4 additions & 0 deletions trunk/drivers/video/aty/radeon_monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,10 @@ static int __devinit radeon_parse_monitor_layout(struct radeonfb_info *rinfo,
s1[i] = *s;
i++;
}

if (i > 4)
i = 4;

} while (*s++);
if (second)
s2[i] = 0;
Expand Down

0 comments on commit da63397

Please sign in to comment.