Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344675
b: refs/heads/master
c: 09a8c45
h: refs/heads/master
i:
  344673: e8f0af8
  344671: 37c2a48
v: v3
  • Loading branch information
Tomi Valkeinen committed Dec 7, 2012
1 parent 960917a commit ba6a96e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: b41deecbda70067b26a3a7704fdf967a7940935b
refs/heads/master: 09a8c45cbb872f5e861c4385d6967d0aa7f637f1
6 changes: 3 additions & 3 deletions trunk/drivers/video/omap2/omapfb/omapfb-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1391,9 +1391,6 @@ static int omapfb_alloc_fbmem(struct fb_info *fbi, unsigned long size,

size = PAGE_ALIGN(size);

WARN_ONCE(paddr,
"reserving memory at predefined address not supported\n");

dma_set_attr(DMA_ATTR_WRITE_COMBINE, &attrs);

if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB)
Expand Down Expand Up @@ -1521,6 +1518,9 @@ static int omapfb_parse_vram_param(const char *param, int max_entries,

}

WARN_ONCE(paddr,
"reserving memory at predefined address not supported\n");

paddrs[fbnum] = paddr;
sizes[fbnum] = size;

Expand Down

0 comments on commit ba6a96e

Please sign in to comment.