Skip to content
Snippets Groups Projects
user avatar
Ezequiel Garcia authored
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: default avatarRadek Masin <radek@masin.eu>
Signed-off-by: default avatarEzequiel Garcia <elezegarcia@gmail.com>
[ Taking directly due to vacations   - Linus ]
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
380e99fc
Name Last commit Last update