Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261580
b: refs/heads/master
c: e831599
h: refs/heads/master
v: v3
  • Loading branch information
Amber Jain authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 9c98354 commit a347d73
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: 949d9264589b759df66d40d497d14ecc49681b3a
refs/heads/master: e831599cb8bed4e6aa2a336ec2e3aaf74dee6353
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/omap/omap_vout.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ static unsigned long omap_vout_alloc_buffer(u32 buf_size, u32 *phys_addr)

size = PAGE_ALIGN(buf_size);
order = get_order(size);
virt_addr = __get_free_pages(GFP_KERNEL | GFP_DMA, order);
virt_addr = __get_free_pages(GFP_KERNEL, order);
addr = virt_addr;

if (virt_addr) {
Expand Down

0 comments on commit a347d73

Please sign in to comment.