aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_exch.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/libfc/fc_exch.c')
-rw-r--r--drivers/scsi/libfc/fc_exch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_exch.c b/drivers/scsi/libfc/fc_exch.c
index 46973d6618d0..8bfb421fcdd6 100644
--- a/drivers/scsi/libfc/fc_exch.c
+++ b/drivers/scsi/libfc/fc_exch.c
@@ -1274,7 +1274,7 @@ static struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp)
1274 1274
1275 list_for_each_entry(ema, &lport->ema_list, ema_list) 1275 list_for_each_entry(ema, &lport->ema_list, ema_list)
1276 if ((!ema->match || ema->match(fp)) && 1276 if ((!ema->match || ema->match(fp)) &&
1277 fc_seq_lookup_recip(lport, ema->mp, fp) != FC_RJT_NONE) 1277 fc_seq_lookup_recip(lport, ema->mp, fp) == FC_RJT_NONE)
1278 break; 1278 break;
1279 return fr_seq(fp); 1279 return fr_seq(fp);
1280} 1280}