We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cf3a3 commit d478180Copy full SHA for d478180
drivers/scsi/qla2xxx/qla_nvme.c
@@ -1180,12 +1180,11 @@ static void
1180
qla2xxx_process_purls_pkt(struct scsi_qla_host *vha, struct purex_item *item)
1181
{
1182
struct qla_nvme_unsol_ctx *uctx = item->purls_context;
1183
- fc_port_t *fcport = uctx->fcport;
1184
struct qla_nvme_lsrjt_pt_arg a;
1185
int ret = 1;
1186
1187
#if (IS_ENABLED(CONFIG_NVME_FC))
1188
- ret = nvme_fc_rcv_ls_req(fcport->nvme_remote_port, &uctx->lsrsp,
+ ret = nvme_fc_rcv_ls_req(uctx->fcport->nvme_remote_port, &uctx->lsrsp,
1189
&item->iocb, item->size);
1190
#endif
1191
if (ret) {
0 commit comments