Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354352
b: refs/heads/master
c: 8cedcc7
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Feb 4, 2013
1 parent e749625 commit 2c9a082
Show file tree
Hide file tree
Showing 3 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: 44e1312c68e71a25f9f88ada7d124f5bbeaf879e
refs/heads/master: 8cedcc7022e40fa83339257e82e64754ca1c8b9a
2 changes: 1 addition & 1 deletion trunk/drivers/staging/xgifb/XGI_main_26.c
Original file line number Diff line number Diff line change
Expand Up @@ -1802,7 +1802,7 @@ static int xgifb_probe(struct pci_dev *pdev,
if (!XGIInitNew(pdev))
dev_err(&pdev->dev, "XGIInitNew() failed!\n");

xgifb_info->mtrr = (unsigned int) 0;
xgifb_info->mtrr = -1;

xgifb_info->hasVB = HASVB_NONE;
if ((xgifb_info->chip == XG20) ||
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/xgifb/XGIfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct xgifb_video_info {
unsigned long mmio_size;
void __iomem *mmio_vbase;
unsigned long vga_base;
unsigned long mtrr;
int mtrr;

int video_bpp;
int video_cmap_len;
Expand Down

0 comments on commit 2c9a082

Please sign in to comment.