linux/drivers/net/wireless/realtek
Arnd Bergmann dcdd54c2bc 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>
2018-02-27 18:17:59 +02:00
..
rtl8xxxu rtl8xxxu: Fix trailing semicolon 2018-01-24 17:45:17 +02:00
rtl818x rtlwifi: rtl818x: remove redundant check for cck_power > 15 2017-12-07 15:16:07 +02:00
rtlwifi rtlwifi: rtl8192cu: remove pointless memcpy 2018-02-27 18:17:59 +02:00
Kconfig realtek: create separate Kconfig file 2015-11-18 14:28:31 +02:00
Makefile