aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorPierre-Louis Bossart <[email protected]>2020-01-11 14:33:25 -0600
committerTakashi Iwai <[email protected]>2020-01-12 09:08:22 +0100
commitf9993480214f1345497875ed363a52b7ef7e33db (patch)
tree57a464c8b28a6643bf36664874e4f11e05ca74f5 /tools/perf/scripts/python/syscall-counts-by-pid.py
parent3cdca6d62b8e948ca9c148deec7424b664d50cd9 (diff)
ALSA: timer: fix nsec/sec initialization confusion
GCC reports a warning with W=1: sound/core/timer.c: In function ‘snd_timer_user_read’: sound/core/timer.c:2219:19: warning: initialized field overwritten [-Woverride-init] 2219 | .tstamp_sec = tread->tstamp_nsec, | ^~~~~ sound/core/timer.c:2219:19: note: (near initialization for ‘(anonymous).tstamp_sec’) Assigning nsec values to sec fields is problematic in general, even more so when the initial goal was to survive the 2030 timer armageddon. Fix by using the proper field in the initialization Cc: Baolin Wang <[email protected]> Cc: Arnd Bergmann <[email protected]> Fixes: 07094ae6f9527 ("ALSA: Avoid using timespec for struct snd_timer_tread") Signed-off-by: Pierre-Louis Bossart <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions