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
Makefile
solo6x10-core.c media: solo6x10: use ktime_get_ts64() for time sync 2017-12-08 11:21:29 -05:00
solo6x10-disp.c
solo6x10-eeprom.c
solo6x10-enc.c
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
solo6x10-jpeg.h
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
solo6x10-tw28.h
solo6x10-v4l2-enc.c
solo6x10-v4l2.c
solo6x10.h