aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJames Smart <[email protected]>2019-08-14 16:56:40 -0700
committerMartin K. Petersen <[email protected]>2019-08-19 22:41:09 -0400
commit08180db2542b94e93cbdffd2a42cac2db147114a (patch)
tree197f0d4c80e12b3553bcbac7fbd19e2047f6b07b /tools/perf/scripts/python/bin
parent26d824ca45a80f7a95e7afe578e54680cef5236f (diff)
scsi: lpfc: Fix issuing init_vpi mbox on SLI-3 card
The driver is inadvertently trying to issue an INIT_VPI mailbox command on an SLI-3 driver. The command is specific to SLI-4. When the call is made to send the command, if on an SLI-3 adapter, an array pointer is NULL and the driver will oops. Fix by restricting the command to SLI-4 adapters only. Signed-off-by: Dick Kennedy <[email protected]> Signed-off-by: James Smart <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions