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
..
2012-05-14 14:47:03 -03:00
2012-07-06 17:36:29 -03:00
2012-05-14 14:49:38 -03:00
2012-05-14 14:49:38 -03:00
2012-05-14 14:49:38 -03:00
2012-05-20 08:43:42 -03:00
2012-07-30 21:02:34 -03:00
2012-07-30 22:59:27 -03:00
2012-05-14 14:49:38 -03:00
2012-06-11 16:09:31 -03:00