linux-kernel-test/drivers/media
Ezequiel García c854d8883f [media] cx25821: Remove bad strcpy to read-only char*
The strcpy was being used to set the name of the board.
This was both wrong and redundant,
since the destination char* was read-only and
the name is set statically at compile time.

The type of the name field is changed to const char*
to prevent future errors.

Reported-by: Radek Masin <radek@masin.eu>
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-07-30 23:04:57 -03:00
..
common [media] tuner-xc2028: unlock on error in xc2028_get_afc() 2012-07-30 20:37:19 -03:00
dvb [media] rtl2832.c: minor cleanup 2012-07-30 21:55:14 -03:00
radio [media] radio-si470x: Add support for the new band APIs 2012-07-30 20:23:14 -03:00
rc [media] Add support for the IguanaWorks USB IR Transceiver 2012-07-30 21:53:49 -03:00
video [media] cx25821: Remove bad strcpy to read-only char* 2012-07-30 23:04:57 -03:00
Kconfig [media] Kconfig: Split the core support options from the driver ones 2012-07-06 09:12:59 -03:00
Makefile
media-device.c [media] media: fix truncated entity specification 2011-12-20 09:31:50 -02:00
media-devnode.c Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
media-entity.c [media] media: Add link_validate() op to check links to the sink pad 2012-05-14 08:44:11 -03:00