This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-dvb.git tree:

Subject: V4L/DVB: Fix compilation breakage caused by commit 
fb3eaa5f3ffbc204788a155294718054c0e97e93
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Mon Jul 5 17:38:52 2010 -0300

Cc: Laurent Pinchart <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/video/videobuf-vmalloc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/v4l-dvb.git?a=commitdiff;h=c4b32d8a23177ac37d8975d05a2758c9258035ab

diff --git a/drivers/media/video/videobuf-vmalloc.c 
b/drivers/media/video/videobuf-vmalloc.c
index ea08b5d..e7fe31d 100644
--- a/drivers/media/video/videobuf-vmalloc.c
+++ b/drivers/media/video/videobuf-vmalloc.c
@@ -339,7 +339,7 @@ void videobuf_vmalloc_free(struct videobuf_buffer *buf)
 
        MAGIC_CHECK(mem->magic, MAGIC_VMAL_MEM);
 
-       vfree(mem->addr);
+       vfree(mem->vaddr);
        mem->vaddr = NULL;
 
        return;

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to