forked from Minki/linux
[SCSI] qla2xxx: Remove extraneous setting of FCF_ASYNC_SENT during login-done completion.
The bit is already set upon entry. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: Madhuranath Iyengar <Madhu.Iyengar@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
f28a0a9613
commit
3e8bb8410f
@ -386,7 +386,6 @@ qla2x00_async_login_done(struct scsi_qla_host *vha, fc_port_t *fcport,
|
||||
switch (data[0]) {
|
||||
case MBS_COMMAND_COMPLETE:
|
||||
if (fcport->flags & FCF_FCP2_DEVICE) {
|
||||
fcport->flags |= FCF_ASYNC_SENT;
|
||||
qla2x00_post_async_adisc_work(vha, fcport, data);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user