diff options
| author | Michael Schimek <[email protected]> | 2007-01-26 08:30:05 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2007-02-21 13:35:08 -0200 |
| commit | feaba7a96dd02f2fc0d1fe5c2148d79444db0717 (patch) | |
| tree | 73486db266e32e01ef4b9127a9549fd1237bc9b7 /tools | |
| parent | 712642b8e371687e24ec8e1d34114beab18e92ca (diff) | |
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 <[email protected]> for pointing this.
Signed-off-by: Michael H. Schimek <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions