Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14118
b: refs/heads/master
c: f5f4917
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Linus Torvalds committed Nov 14, 2005
1 parent 48d5fc0 commit 198c950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 60f6c464d14b177778334344c86f15616899735a
refs/heads/master: f5f4917c92a9a3814eda9c947fda8afabbd1812d
2 changes: 2 additions & 0 deletions trunk/drivers/video/vesafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ static int __init vesafb_probe(struct platform_device *dev)
* region already (FIXME) */
request_region(0x3c0, 32, "vesafb");

#ifdef CONFIG_MTRR
if (mtrr) {
unsigned int temp_size = size_total;
unsigned int type = 0;
Expand Down Expand Up @@ -450,6 +451,7 @@ static int __init vesafb_probe(struct platform_device *dev)
} while (temp_size >= PAGE_SIZE && rc == -EINVAL);
}
}
#endif

info->fbops = &vesafb_ops;
info->var = vesafb_defined;
Expand Down

0 comments on commit 198c950

Please sign in to comment.