Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288992
b: refs/heads/master
c: e24b0a3
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 4f21860 commit 3d7ef93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: e3b09e4bf6455caccc7ef215256e4f0065fbca7d
refs/heads/master: e24b0a3f0c9ab95a7910458f3b4d90fdf19954e2
10 changes: 0 additions & 10 deletions trunk/drivers/staging/xgifb/XGI_main_26.c
Original file line number Diff line number Diff line change
Expand Up @@ -526,12 +526,6 @@ static int XGIfb_validate_mode(struct xgifb_video_info *xgifb_info, int myindex)
xres = 1600;
yres = 1200;
break;
/* case LCD_320x480: */ /* TW: FSTN */
/*
xres = 320;
yres = 480;
break;
*/
default:
xres = 0;
yres = 0;
Expand Down Expand Up @@ -2117,10 +2111,6 @@ static int __devinit xgifb_probe(struct pci_dev *pdev,
reg = xgifb_reg_get(XGICR, IND_XGI_LCD_PANEL);
reg &= 0x0f;
hw_info->ulCRT2LCDType = XGI310paneltype[reg];

} else {
/* TW: FSTN/DSTN */
hw_info->ulCRT2LCDType = LCD_320x480;
}
}

Expand Down

0 comments on commit 3d7ef93

Please sign in to comment.