Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253133
b: refs/heads/master
c: 3c004b4
h: refs/heads/master
i:
  253131: fff6c54
v: v3
  • Loading branch information
Andy Lutomirski authored and Paul Mundt committed Jun 2, 2011
1 parent b9b38ed commit 1942019
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: 0057f1809d44b26765ec2374e0107a2f8ab256f5
refs/heads/master: 3c004b4f7eab239e726c6dde0f6cfca46a96956b
2 changes: 1 addition & 1 deletion trunk/drivers/video/efifb.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ static int __devinit efifb_probe(struct platform_device *dev)
info->apertures->ranges[0].base = efifb_fix.smem_start;
info->apertures->ranges[0].size = size_remap;

info->screen_base = ioremap(efifb_fix.smem_start, efifb_fix.smem_len);
info->screen_base = ioremap_wc(efifb_fix.smem_start, efifb_fix.smem_len);
if (!info->screen_base) {
printk(KERN_ERR "efifb: abort, cannot ioremap video memory "
"0x%x @ 0x%lx\n",
Expand Down

0 comments on commit 1942019

Please sign in to comment.