summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/scsi/libfc/fc_rport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/libfc/fc_rport.c b/drivers/scsi/libfc/fc_rport.c
index 638f42a5200e..9192a1d9dec6 100644
--- a/drivers/scsi/libfc/fc_rport.c
+++ b/drivers/scsi/libfc/fc_rport.c
@@ -1722,6 +1722,7 @@ static void fc_rport_recv_els_req(struct fc_lport *lport, struct fc_frame *fp)
1722 kref_put(&rdata->kref, fc_rport_destroy); 1722 kref_put(&rdata->kref, fc_rport_destroy);
1723 goto busy; 1723 goto busy;
1724 } 1724 }
1725 /* fall through */
1725 default: 1726 default:
1726 FC_RPORT_DBG(rdata, 1727 FC_RPORT_DBG(rdata,
1727 "Reject ELS 0x%02x while in state %s\n", 1728 "Reject ELS 0x%02x while in state %s\n",