|
@@ -1274,7 +1274,7 @@ static struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp)
|
|
|
|
|
|
list_for_each_entry(ema, &lport->ema_list, ema_list)
|
|
list_for_each_entry(ema, &lport->ema_list, ema_list)
|
|
if ((!ema->match || ema->match(fp)) &&
|
|
if ((!ema->match || ema->match(fp)) &&
|
|
- fc_seq_lookup_recip(lport, ema->mp, fp) != FC_RJT_NONE)
|
|
|
|
|
|
+ fc_seq_lookup_recip(lport, ema->mp, fp) == FC_RJT_NONE)
|
|
break;
|
|
break;
|
|
return fr_seq(fp);
|
|
return fr_seq(fp);
|
|
}
|
|
}
|