diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_els.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_els.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/lpfc/lpfc_els.c b/drivers/scsi/lpfc/lpfc_els.c index 60af1c60fe9b..a47e5ab1ec4d 100644 --- a/drivers/scsi/lpfc/lpfc_els.c +++ b/drivers/scsi/lpfc/lpfc_els.c | |||
@@ -1128,7 +1128,7 @@ lpfc_cmpl_els_adisc(struct lpfc_hba * phba, struct lpfc_iocbq * cmdiocb, | |||
1128 | mempool_free(mbox, | 1128 | mempool_free(mbox, |
1129 | phba->mbox_mem_pool); | 1129 | phba->mbox_mem_pool); |
1130 | lpfc_disc_flush_list(phba); | 1130 | lpfc_disc_flush_list(phba); |
1131 | psli->ring[(psli->ip_ring)]. | 1131 | psli->ring[(psli->extra_ring)]. |
1132 | flag &= | 1132 | flag &= |
1133 | ~LPFC_STOP_IOCB_EVENT; | 1133 | ~LPFC_STOP_IOCB_EVENT; |
1134 | psli->ring[(psli->fcp_ring)]. | 1134 | psli->ring[(psli->fcp_ring)]. |
@@ -3046,7 +3046,7 @@ lpfc_els_rcv_farp(struct lpfc_hba * phba, | |||
3046 | /* FARP-REQ received from DID <did> */ | 3046 | /* FARP-REQ received from DID <did> */ |
3047 | lpfc_printf_log(phba, | 3047 | lpfc_printf_log(phba, |
3048 | KERN_INFO, | 3048 | KERN_INFO, |
3049 | LOG_IP, | 3049 | LOG_ELS, |
3050 | "%d:0601 FARP-REQ received from DID x%x\n", | 3050 | "%d:0601 FARP-REQ received from DID x%x\n", |
3051 | phba->brd_no, did); | 3051 | phba->brd_no, did); |
3052 | 3052 | ||
@@ -3108,7 +3108,7 @@ lpfc_els_rcv_farpr(struct lpfc_hba * phba, | |||
3108 | /* FARP-RSP received from DID <did> */ | 3108 | /* FARP-RSP received from DID <did> */ |
3109 | lpfc_printf_log(phba, | 3109 | lpfc_printf_log(phba, |
3110 | KERN_INFO, | 3110 | KERN_INFO, |
3111 | LOG_IP, | 3111 | LOG_ELS, |
3112 | "%d:0600 FARP-RSP received from DID x%x\n", | 3112 | "%d:0600 FARP-RSP received from DID x%x\n", |
3113 | phba->brd_no, did); | 3113 | phba->brd_no, did); |
3114 | 3114 | ||