aboutsummaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorLaura Abbott <[email protected]>2018-09-10 16:20:14 -0700
committerGreg Kroah-Hartman <[email protected]>2018-09-18 16:07:23 +0200
commit2dd453168643d9475028cd867c57e65956a0f7f9 (patch)
tree63ee154e033433fa36827d52a82e25e02f09b838 /scripts/git.orderFile
parent39724d56a0a83d8e3822913583b50d62996800cc (diff)
kgdboc: Fix restrict error
There's an error when compiled with restrict: drivers/tty/serial/kgdboc.c: In function ‘configure_kgdboc’: drivers/tty/serial/kgdboc.c:137:2: error: ‘strcpy’ source argument is the same as destination [-Werror=restrict] strcpy(config, opt); ^~~~~~~~~~~~~~~~~~~ As the error implies, this is from trying to use config as both source and destination. Drop the call to the function where config is the argument since nothing else happens in the function. Signed-off-by: Laura Abbott <[email protected]> Reviewed-by: Daniel Thompson <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions