Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65945
b: refs/heads/master
c: 925343e
h: refs/heads/master
i:
  65943: 543d298
v: v3
  • Loading branch information
Jesper Juhl authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 0ed0797 commit da04399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 409d84f85a8d523ecd108cbe2c0e722682da95ff
refs/heads/master: 925343ecdfd3f1dafd1049ddd4944621bbe3422e
5 changes: 1 addition & 4 deletions trunk/drivers/media/video/zoran_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,7 @@ v4l_fbuffer_alloc (struct file *file)
if (fh->v4l_buffers.buffer_size <= MAX_KMALLOC_MEM) {
/* Use kmalloc */

mem =
(unsigned char *) kmalloc(fh->v4l_buffers.
buffer_size,
GFP_KERNEL);
mem = kmalloc(fh->v4l_buffers.buffer_size, GFP_KERNEL);
if (mem == 0) {
dprintk(1,
KERN_ERR
Expand Down

0 comments on commit da04399

Please sign in to comment.