Files
linux/drivers
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
..
2012-06-20 14:39:36 -07:00
2012-05-24 16:22:53 -04:00
2012-07-16 09:20:33 -07:00
2012-07-04 15:55:19 +08:00
2012-05-16 12:46:37 -04:00
2012-07-10 19:16:25 +10:00