diff options
author | James Smart <[email protected]> | 2022-07-01 14:14:14 -0700 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2022-07-07 17:21:42 -0400 |
commit | 4ecc9b0271a7623deabcbe8fcb39f065701d8f74 (patch) | |
tree | a2d8026a4954746d81f84b38cf7e4655203404d0 /tools/perf/scripts/python/flamegraph.py | |
parent | 11e50ed239b5b7f383874dd737283ae93f62ece3 (diff) |
scsi: lpfc: Fix uninitialized cqe field in lpfc_nvme_cancel_iocb()
In lpfc_nvme_cancel_iocb(), a cqe is created locally from stack storage.
The code didn't initialize the total_data_placed word, inheriting stack
content.
Initialize the total_data_placed word.
Link: https://lore.kernel.org/r/[email protected]
Co-developed-by: Justin Tee <[email protected]>
Signed-off-by: Justin Tee <[email protected]>
Signed-off-by: James Smart <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions