diff options
Diffstat (limited to 'drivers/scsi/bfa/scn.c')
-rw-r--r-- | drivers/scsi/bfa/scn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/bfa/scn.c b/drivers/scsi/bfa/scn.c index 8fe09ba88a91..8a60129e6307 100644 --- a/drivers/scsi/bfa/scn.c +++ b/drivers/scsi/bfa/scn.c | |||
@@ -218,7 +218,7 @@ bfa_fcs_port_scn_send_scr(void *scn_cbarg, struct bfa_fcxp_s *fcxp_alloced) | |||
218 | 218 | ||
219 | bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, | 219 | bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, |
220 | FC_CLASS_3, len, &fchs, bfa_fcs_port_scn_scr_response, | 220 | FC_CLASS_3, len, &fchs, bfa_fcs_port_scn_scr_response, |
221 | (void *)scn, FC_MAX_PDUSZ, FC_RA_TOV); | 221 | (void *)scn, FC_MAX_PDUSZ, FC_ELS_TOV); |
222 | 222 | ||
223 | bfa_sm_send_event(scn, SCNSM_EVENT_SCR_SENT); | 223 | bfa_sm_send_event(scn, SCNSM_EVENT_SCR_SENT); |
224 | } | 224 | } |