diff options
author | Arnd Bergmann <[email protected]> | 2024-10-16 11:15:20 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-10-19 09:57:04 +0200 |
commit | d76e1402ec453cfbface5240f74c783ef0aa1985 (patch) | |
tree | b30b13abf77fee87c80916698f09728bf19055f1 /tools/perf/scripts/python/flamegraph.py | |
parent | 2c9f5d8c6ece91ecd33350749230494d224550f1 (diff) |
staging: gpib: use proper format string in request_module
Using a string variable as a format causes a -Wformat-security
warning. Since the only use of the temporary module_string[] is to hold
the sprintf() output, just pass the format string and argument directly
to request_module().
Signed-off-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions