Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354529
b: refs/heads/master
c: 053004b
h: refs/heads/master
i:
  354527: 4e60ead
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Feb 15, 2013
1 parent 4a4f670 commit 7d4c5de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 516354e0b458c3c16555364e105bdee5cd1cf5f1
refs/heads/master: 053004b375ca8f684f778d354eeeaf4e8b17c1f0
4 changes: 1 addition & 3 deletions trunk/drivers/staging/xgifb/vb_setmode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2860,10 +2860,8 @@ static unsigned short XGI_GetOffset(unsigned short ModeNo,
temp = 0x6B;
if (infoflag & InterlaceMode)
temp = temp << 1;
return temp * colordepth;
} else {
return temp * colordepth;
}
return temp * colordepth;
}

static void XGI_SetCRT2Offset(unsigned short ModeNo,
Expand Down

0 comments on commit 7d4c5de

Please sign in to comment.