From: Ezequiel GarcĂ­a Date: Wed, 18 Jul 2012 16:41:11 +0000 (-0300) Subject: [media] cx25821: Remove bad strcpy to read-only char* X-Git-Tag: v3.6-rc1~28^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c854d8883fec59332f0662917f8c94dcfb1c405d;p=pandora-kernel.git [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 Signed-off-by: Ezequiel Garcia Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed