From: Michael Schimek Date: Fri, 26 Jan 2007 11:30:05 +0000 (-0300) Subject: V4L/DVB (5156): Fix: dma free is being called with wrong arguments X-Git-Tag: v2.6.21-rc2~66^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feaba7a96dd02f2fc0d1fe5c2148d79444db0717;p=pandora-kernel.git V4L/DVB (5156): Fix: dma free is being called with wrong arguments Functions buffer_release() in bttv-driver.c and vbi_buffer_release() in bttv-vbi.c are ending with: bttv_dma_free(&fh->cap,fh->btv,buf); For vbi it seems to be wrong. Both functions should end with: bttv_dma_free(q,fh->btv,buf); Thanks to Peter Schlaf for pointing this. Signed-off-by: Michael H. Schimek Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed