android_kernel_samsung_msm8976/drivers/media/video/bt8xx
Michael Schimek feaba7a96d 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 <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>
2007-02-21 13:35:08 -02:00
..
bt832.c
bt832.h
bt848.h
bttv-cards.c
bttv-driver.c
bttv-gpio.c
bttv-i2c.c
bttv-if.c
bttv-input.c
bttv-risc.c
bttv-vbi.c
bttv.h
bttvp.h
Kconfig
Makefile