Commit 3e8bb8410fafb36739beeb27e1c2fe76261a80dc

Authored by Andrew Vasquez
Committed by James Bottomley
1 parent f28a0a9613

[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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/scsi/qla2xxx/qla_init.c
... ... @@ -386,7 +386,6 @@
386 386 switch (data[0]) {
387 387 case MBS_COMMAND_COMPLETE:
388 388 if (fcport->flags & FCF_FCP2_DEVICE) {
389   - fcport->flags |= FCF_ASYNC_SENT;
390 389 qla2x00_post_async_adisc_work(vha, fcport, data);
391 390 break;
392 391 }