diff options
author | Justin Tee <justin.tee@broadcom.com> | 2023-01-09 15:33:08 -0800 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-01-12 00:03:14 -0500 |
commit | 7ab07683aa4ccf324dc369808ceb0b138d590f07 (patch) | |
tree | 077dce48ae754272dace167184ecc03148854a12 /tools/perf/scripts/python/task-analyzer.py | |
parent | 1f7b5f94f8d0c97f9b6d10e5ba47e15459ff74ff (diff) |
scsi: lpfc: Resolve miscellaneous variable set but not used compiler warnings
The local variables called curr_data are incremented, but not actually used
for anything so they are removed.
The return value of lpfc_sli4_poll_eq is not used anywhere and is not
called outside of lpfc_sli.c. Thus, its declaration is removed from
lpfc_crtn.h Also, lpfc_sli4_poll_eq's path argument is not used in the
routine so it is removed along with corresponding macros.
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions