OpenCloudOS-Kernel/drivers/media/pci/cx88
Hans Verkuil 872dfcfe82 [media] bttv/cx25821/cx88/ivtv: use sg_next instead of sg++
Never use sg++, always use sg = sg_next(sg). Scatterlist entries can
be combined if the memory is contiguous but sg++ won't know about that.

As far as I can tell cx88 and ivtv are really broken because of this,
and bttv and cx25821 are OK because vb1 doesn't combine scatterlist
entries.

But regardless, sg++ should never be used, only sg_next is safe.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-11-25 08:12:53 -02:00
..
Kconfig [media] cx88: remove dependency on btcx-risc 2014-11-03 08:29:51 -02:00
Makefile [media] cx88: remove dependency on btcx-risc 2014-11-03 08:29:51 -02:00
cx88-alsa.c [media] cx88: remove dependency on btcx-risc 2014-11-03 08:29:51 -02:00
cx88-blackbird.c [media] media: cx88: use vb2_start_streaming_called() helper 2014-11-14 18:18:41 -02:00
cx88-cards.c [media] cx88: consistently use UNSET for absent tuner 2014-11-03 08:35:34 -02:00
cx88-core.c [media] bttv/cx25821/cx88/ivtv: use sg_next instead of sg++ 2014-11-25 08:12:53 -02:00
cx88-dsp.c
cx88-dvb.c [media] cx88: move width, height and field to core struct 2014-11-03 08:32:36 -02:00
cx88-i2c.c [media] cx88: Replace memcpy with struct assignment 2012-12-27 19:01:51 -02:00
cx88-input.c [media] rc-core: rename dev->scanmask to dev->scancode_mask 2014-07-25 19:10:43 -03:00
cx88-mpeg.c [media] cx88: move width, height and field to core struct 2014-11-03 08:32:36 -02:00
cx88-reg.h
cx88-tvaudio.c [media] drivers/media: Remove unnecessary semicolon 2012-10-07 09:15:18 -03:00
cx88-vbi.c [media] cx88: fix VBI support 2014-11-03 08:36:40 -02:00
cx88-video.c [media] cx88: pci_disable_device comes after free_irq 2014-11-03 08:35:56 -02:00
cx88-vp3054-i2c.c [media] cx88: Replace memcpy with struct assignment 2012-12-27 19:01:51 -02:00
cx88-vp3054-i2c.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
cx88.h [media] cx88: fix VBI support 2014-11-03 08:36:40 -02:00