linux/drivers/media/video/cx25821
Ezequiel Garcia 380e99fc44 cx25821: Remove bad strcpy to read-only char*
The strcpy was being used to set the name of the board.  Since the
destination char* was read-only and the name is set statically at
compile time; this was both wrong and redundant.

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

Reported-by: Radek Masin <radek@masin.eu>
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
[ Taking directly due to vacations   - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-07-19 08:15:33 -07:00
..
cx25821-alsa.c [media] v4l: fix compiler warnings 2012-05-14 14:49:38 -03:00
cx25821-audio-upstream.c [media] cx25821: fix compiler warnings 2012-05-14 14:46:23 -03:00
cx25821-audio-upstream.h
cx25821-audio.h [media] cx25821-audio.h: Fix multiline defines 2011-11-24 18:49:25 -02:00
cx25821-biffuncs.h
cx25821-cards.c [media] cx25821-cards.c: Fix indent 2011-11-24 18:49:40 -02:00
cx25821-core.c cx25821: Remove bad strcpy to read-only char* 2012-07-19 08:15:33 -07:00
cx25821-gpio.c
cx25821-i2c.c [media] cx25821: fix compiler warnings 2012-05-14 14:46:23 -03:00
cx25821-medusa-defines.h [media] cx25821-medusa-defines.h: Line up defines 2011-11-24 18:52:07 -02:00
cx25821-medusa-reg.h [media] cx25821-medusa-reg.h: Line up defines 2011-11-24 18:52:30 -02:00
cx25821-medusa-video.c [media] cx25821: fix compiler warnings 2012-05-14 14:46:23 -03:00
cx25821-medusa-video.h
cx25821-reg.h
cx25821-sram.h
cx25821-video-upstream-ch2.c [media] cx25821: fix compiler warnings 2012-05-14 14:46:23 -03:00
cx25821-video-upstream-ch2.h
cx25821-video-upstream.c [media] cx25821: fix compiler warnings 2012-05-14 14:46:23 -03:00
cx25821-video-upstream.h
cx25821-video.c [media] cx25821: fix compiler warnings 2012-05-14 14:46:23 -03:00
cx25821-video.h [media] cx25821: fix compiler warnings 2012-05-14 14:46:23 -03:00
cx25821.h cx25821: Remove bad strcpy to read-only char* 2012-07-19 08:15:33 -07:00
Kconfig
Makefile