aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_lport.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/libfc/fc_lport.c')
-rw-r--r--drivers/scsi/libfc/fc_lport.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/scsi/libfc/fc_lport.c b/drivers/scsi/libfc/fc_lport.c
index d385d1147889..f04d15c67df3 100644
--- a/drivers/scsi/libfc/fc_lport.c
+++ b/drivers/scsi/libfc/fc_lport.c
@@ -1598,8 +1598,9 @@ static void fc_lport_timeout(struct work_struct *work)
1598 case LPORT_ST_RPA: 1598 case LPORT_ST_RPA:
1599 case LPORT_ST_DHBA: 1599 case LPORT_ST_DHBA:
1600 case LPORT_ST_DPRT: 1600 case LPORT_ST_DPRT:
1601 fc_lport_enter_ms(lport, lport->state); 1601 FC_LPORT_DBG(lport, "Skipping lport state %s to SCR\n",
1602 break; 1602 fc_lport_state(lport));
1603 /* fall thru */
1603 case LPORT_ST_SCR: 1604 case LPORT_ST_SCR:
1604 fc_lport_enter_scr(lport); 1605 fc_lport_enter_scr(lport);
1605 break; 1606 break;