diff options
| -rw-r--r-- | drivers/scsi/libfc/fc_rport.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_rport.c b/drivers/scsi/libfc/fc_rport.c index dfba4921b265..5bf61431434b 100644 --- a/drivers/scsi/libfc/fc_rport.c +++ b/drivers/scsi/libfc/fc_rport.c | |||
| @@ -2162,7 +2162,6 @@ static void fc_rport_recv_logo_req(struct fc_lport *lport, struct fc_frame *fp) | |||
| 2162 | FC_RPORT_DBG(rdata, "Received LOGO request while in state %s\n", | 2162 | FC_RPORT_DBG(rdata, "Received LOGO request while in state %s\n", |
| 2163 | fc_rport_state(rdata)); | 2163 | fc_rport_state(rdata)); |
| 2164 | 2164 | ||
| 2165 | rdata->flags &= ~FC_RP_STARTED; | ||
| 2166 | fc_rport_enter_delete(rdata, RPORT_EV_STOP); | 2165 | fc_rport_enter_delete(rdata, RPORT_EV_STOP); |
| 2167 | mutex_unlock(&rdata->rp_mutex); | 2166 | mutex_unlock(&rdata->rp_mutex); |
| 2168 | kref_put(&rdata->kref, fc_rport_destroy); | 2167 | kref_put(&rdata->kref, fc_rport_destroy); |
