Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324521
b: refs/heads/master
c: 2f123cb
h: refs/heads/master
i:
  324519: 0ab0db9
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Aug 14, 2012
1 parent e97f658 commit 0b18d5e
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: 95605332997211f377af55d05209c3ef2b86bed1
refs/heads/master: 2f123cbcf0ddaf526bd681081a1f2fe8c30ef59a
2 changes: 1 addition & 1 deletion trunk/drivers/staging/xgifb/vb_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ static unsigned char GetXG27FPBits(struct vb_device_info *pVBInfo)
if (temp <= 2)
temp &= 0x03;
else
temp = ((temp & 0x04) >> 1) || ((~temp) & 0x01);
temp = ((temp & 0x04) >> 1) | ((~temp) & 0x01);

xgifb_reg_set(pVBInfo->P3d4, 0x4A, CR4A);

Expand Down

0 comments on commit 0b18d5e

Please sign in to comment.