aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2020-10-26 22:29:53 +0100
committerKalle Valo <[email protected]>2020-11-07 13:37:04 +0200
commitef41937631bfee855e2b406e1d536efdaa9ce512 (patch)
treef52cfc167e1ed50766b3d1cb2843fe1a1f123ddd /tools/perf/scripts/python/event_analyzing_sample.py
parent9fdd02aa59886300b60e1cc0a4af3653796d9bd8 (diff)
rtlwifi: fix -Wpointer-sign warning
There are thousands of warnings in a W=2 build from just one file: drivers/net/wireless/realtek/rtlwifi/rtl8821ae/table.c:3788:15: warning: pointer targets in initialization of 'u8 *' {aka 'unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign] Change the types to consistently use 'const char *' for the strings. Signed-off-by: Arnd Bergmann <[email protected]> Acked-by: Ping-Ke Shih <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions