diff options
author | Keith Busch <[email protected]> | 2020-02-20 00:59:36 +0900 |
---|---|---|
committer | Keith Busch <[email protected]> | 2020-02-20 01:40:57 +0900 |
commit | 15755854d53b4bbb0bb37a0fce66f0156cfc8a17 (patch) | |
tree | 95c8de5879a7882b922dd99b2b2bbcc035c64d4c /tools/perf/util/trace-event-scripting.c | |
parent | 98f7b86a0becc1154b1a6df6e75c9695dfd87e0d (diff) |
nvme: Fix uninitialized-variable warning
gcc may detect a false positive on nvme using an unintialized variable
if setting features fails. Since this is not a fast path, explicitly
initialize this variable to suppress the warning.
Reported-by: Arnd Bergmann <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Keith Busch <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions