Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305084
b: refs/heads/master
c: cde0e2c
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Jiri Kosina committed Apr 6, 2012
1 parent 474ecf2 commit 50938b4
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: 91fe4d508f29d71133e9a82ebdc1f2274c514b70
refs/heads/master: cde0e2ccb86766a874125a400c1784bd5fa56074
2 changes: 1 addition & 1 deletion trunk/drivers/video/au1100fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ static int __devinit au1100fb_drv_probe(struct platform_device *dev)
for (page = (unsigned long)fbdev->fb_mem;
page < PAGE_ALIGN((unsigned long)fbdev->fb_mem + fbdev->fb_len);
page += PAGE_SIZE) {
#if CONFIG_DMA_NONCOHERENT
#ifdef CONFIG_DMA_NONCOHERENT
SetPageReserved(virt_to_page(CAC_ADDR((void *)page)));
#else
SetPageReserved(virt_to_page(page));
Expand Down

0 comments on commit 50938b4

Please sign in to comment.