Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138134
b: refs/heads/master
c: ee9a9d6
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent b6632f0 commit 5691ec3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4dbf46a0485a5b0704e1c4b55a173128fbaedec9
refs/heads/master: ee9a9d661d96e29d93859d20125bc7e4cc75309b
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/zoran/zoran_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ v4l_fbuffer_alloc (struct file *file)
ZR_DEVNAME(zr), i);

//udelay(20);
mem = kmalloc(fh->buffers.buffer_size, GFP_KERNEL);
mem = kmalloc(fh->buffers.buffer_size,
GFP_KERNEL | __GFP_NOWARN);
if (!mem) {
dprintk(1,
KERN_ERR
Expand Down

0 comments on commit 5691ec3

Please sign in to comment.