kernel-ark/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 V4L/DVB (5061): Bt8xx: add support for Ultraview DVB-T Lite 2007-02-21 13:34:19 -02:00
bttv-driver.c V4L/DVB (5156): Fix: dma free is being called with wrong arguments 2007-02-21 13:35:08 -02:00
bttv-gpio.c
bttv-i2c.c i2c: Discard the i2c algo del_bus wrappers 2006-12-10 21:21:33 +01:00
bttv-if.c
bttv-input.c V4L/DVB (5025): Cleanup: switch to using msecs_to_jiffies() on bttv 2007-02-21 13:34:18 -02:00
bttv-risc.c V4L/DVB (5077): Bttv cropping support 2007-02-21 13:34:36 -02:00
bttv-vbi.c V4L/DVB (5156): Fix: dma free is being called with wrong arguments 2007-02-21 13:35:08 -02:00
bttv.h V4L/DVB (4961): Add support for the ASUS P7131 remote control 2007-02-21 13:34:12 -02:00
bttvp.h V4L/DVB (5077): Bttv cropping support 2007-02-21 13:34:36 -02:00
Kconfig
Makefile