Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281144
b: refs/heads/master
c: ef497f4
h: refs/heads/master
v: v3
  • Loading branch information
Aaro Koskinen authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent fd2983a commit 98d996c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 798b4da50fc7be5221bcb0ecd17f222e89327dc3
refs/heads/master: ef497f46c372d31b1bcbde907a293ce12a183024
3 changes: 1 addition & 2 deletions trunk/drivers/staging/xgifb/vb_setmode.c
Original file line number Diff line number Diff line change
Expand Up @@ -7460,9 +7460,8 @@ unsigned char XGISetModeNew(struct xgi_hw_device_info *HwDeviceExtension,
XGI_GetVBType(pVBInfo);

InitTo330Pointer(HwDeviceExtension->jChipType, pVBInfo);
if (ModeNo & 0x80) {
if (ModeNo & 0x80)
ModeNo = ModeNo & 0x7F;
}
xgifb_reg_set(pVBInfo->P3c4, 0x05, 0x86);

if (HwDeviceExtension->jChipType < XG20) /* kuku 2004/06/25 1.Openkey */
Expand Down

0 comments on commit 98d996c

Please sign in to comment.