linux/drivers/media/pci/solo6x10
Mauro Carvalho Chehab 43e69758e6 media: solo6x10: get rid of an address space warning
Instead of using an ancillary function to avoid duplicating
a small portion of code that copies data either to kernelspace
or between userspace-kernelspace, duplicate the code,
as it prevents static analyzers to complain about it:

	drivers/media/pci/solo6x10/solo6x10-g723.c:260:46: warning: cast removes address space of expression

The hole idea of using __user is to make sure that the code is
doing the right thing with address space, so there's no
sense on use casting.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2018-03-23 07:24:16 -04:00
..
Kconfig [media] be sure that HAS_DMA is enabled for vb2-dma-contig 2014-08-26 18:52:19 -03:00
Makefile
solo6x10-core.c media: solo6x10: use ktime_get_ts64() for time sync 2017-12-08 11:21:29 -05:00
solo6x10-disp.c [media] solo6x10: fix sparse warnings 2014-09-03 08:55:39 -03:00
solo6x10-eeprom.c [media] solo6x10: Fix solo_eeprom_read retval type 2015-01-27 10:03:00 -02:00
solo6x10-enc.c media: drivers: remove "/**" from non-kernel-doc comments 2017-11-30 04:19:03 -05:00
solo6x10-g723.c media: solo6x10: get rid of an address space warning 2018-03-23 07:24:16 -04:00
solo6x10-gpio.c media: solo6x10: hide unused variable 2017-12-08 10:04:57 -05:00
solo6x10-i2c.c [media] media drivers: annotate fall-through 2017-05-19 07:10:03 -03:00
solo6x10-jpeg.h [media] solo6x10: s/unsigned char/u8/ 2015-01-27 10:02:07 -02:00
solo6x10-offsets.h
solo6x10-p2m.c media: solo6x10: simplify the logic at solo_p2m_dma_desc() 2018-03-23 06:54:33 -04:00
solo6x10-regs.h
solo6x10-tw28.c media: solo6x10: fix detection of TW2864B chips 2017-07-20 06:53:34 -04:00
solo6x10-tw28.h
solo6x10-v4l2-enc.c [media] solo6x10: improve subscribe event handling 2017-03-22 10:11:12 -03:00
solo6x10-v4l2.c media: pci: make video_device const 2017-08-27 08:44:58 -04:00
solo6x10.h media: solo6x10: export hardware GPIO pins 8:31 to gpiolib interface 2017-08-09 10:29:51 -04:00