Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155608
b: refs/heads/master
c: 3730793
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jul 22, 2009
1 parent b5827ac commit b164731
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: aea1f7964ae6cba5eb419a958956deb9016b3341
refs/heads/master: 3730793d457fed79a6d49bae72996d458c8e4f2d
4 changes: 2 additions & 2 deletions trunk/drivers/video/fbmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ static void fix_edid(unsigned char *edid, int fix)

static int edid_checksum(unsigned char *edid)
{
unsigned char i, csum = 0, all_null = 0;
int err = 0, fix = check_edid(edid);
unsigned char csum = 0, all_null = 0;
int i, err = 0, fix = check_edid(edid);

if (fix)
fix_edid(edid, fix);
Expand Down

0 comments on commit b164731

Please sign in to comment.