Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247859
b: refs/heads/master
c: cace71b
h: refs/heads/master
i:
  247857: e622f23
  247855: 6e42441
v: v3
  • Loading branch information
Florian Tobias Schandinat authored and Florian Tobias Schandinat committed Apr 24, 2011
1 parent 2ff9503 commit cff871c
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: f33f6f0ccc5ff7415da3feb18b1ff966ed2d80d1
refs/heads/master: cace71b318aa0126e7cfe49fe5e9133e0395c478
2 changes: 1 addition & 1 deletion trunk/drivers/video/via/via-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ static int __devinit via_pci_setup_mmio(struct viafb_dev *vdev)
ret = vdev->fbmem_len = viafb_get_fb_size_from_pci(vdev->chip_type);
if (ret < 0)
goto out_unmap;
vdev->fbmem = ioremap_nocache(vdev->fbmem_start, vdev->fbmem_len);
vdev->fbmem = ioremap_wc(vdev->fbmem_start, vdev->fbmem_len);
if (vdev->fbmem == NULL) {
ret = -ENOMEM;
goto out_unmap;
Expand Down

0 comments on commit cff871c

Please sign in to comment.