aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_disc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/libfc/fc_disc.c')
-rw-r--r--drivers/scsi/libfc/fc_disc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_disc.c b/drivers/scsi/libfc/fc_disc.c
index 448ffc388656..4b1f9faf639a 100644
--- a/drivers/scsi/libfc/fc_disc.c
+++ b/drivers/scsi/libfc/fc_disc.c
@@ -526,7 +526,7 @@ static void fc_disc_gpn_ft_req(struct fc_disc *disc)
526 if (!fp) 526 if (!fp)
527 goto err; 527 goto err;
528 528
529 if (lport->tt.elsct_send(lport, NULL, fp, 529 if (lport->tt.elsct_send(lport, 0, fp,
530 FC_NS_GPN_FT, 530 FC_NS_GPN_FT,
531 fc_disc_gpn_ft_resp, 531 fc_disc_gpn_ft_resp,
532 disc, lport->e_d_tov)) 532 disc, lport->e_d_tov))