diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-02-09 16:24:41 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-02-27 19:17:59 +0300 |
commit | dcdd54c2bcae086a5834d3f823914d7535843b17 (patch) | |
tree | f4bcbe44f764cf9dcaed5d9a8b89893352fd029e /drivers/perf/arm_pmu_acpi.c | |
parent | fb239c1209bb0f0b4830cc72507cc2f2d63fadbd (diff) | |
download | linux-dcdd54c2bcae086a5834d3f823914d7535843b17.tar.xz |
rtlwifi: rtl8192cu: remove pointless memcpy
gcc-8 points out that source and destination of the memcpy() are
always the same pointer, so the effect of memcpy() is undefined
here (its arguments must not overlap):
drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.c: In function '_rtl_rx_process':
drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.c:430:2: error: 'memcpy' source argument is the same as destination [-Werror=restrict]
Most likely this is harmless, but it's easy to just remove the
line and get rid of the warning.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/perf/arm_pmu_acpi.c')
0 files changed, 0 insertions, 0 deletions