summaryrefslogtreecommitdiff
path: root/v4l2-apps/README
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-01-26 09:30:05 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-01-26 09:30:05 -0200
commite0a51e2cfdd82572fdd034849b77ea060a346932 (patch)
treef806851dd95a3af21b93f18758fa1075ca61d4de /v4l2-apps/README
parent2388ccb87f6cc5371a4aeb1de8a95334456e0a60 (diff)
downloadmediapointer-dvb-s2-e0a51e2cfdd82572fdd034849b77ea060a346932.tar.gz
mediapointer-dvb-s2-e0a51e2cfdd82572fdd034849b77ea060a346932.tar.bz2
Fix: dma free is being called with wrong arguments
From: Michael Schimek <mschimek@gmx.at> 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 <peter.schlaf@web.de> for pointing this. Signed-off-by: Michael H. Schimek <mschimek@gmx.at> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l2-apps/README')
0 files changed, 0 insertions, 0 deletions