diff options
Diffstat (limited to 'drivers/scsi/libfc/fc_rport.c')
-rw-r--r-- | drivers/scsi/libfc/fc_rport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_rport.c b/drivers/scsi/libfc/fc_rport.c index dae65133a833..0472bb73221e 100644 --- a/drivers/scsi/libfc/fc_rport.c +++ b/drivers/scsi/libfc/fc_rport.c | |||
@@ -988,7 +988,7 @@ static void fc_rport_recv_plogi_req(struct fc_rport *rport, | |||
988 | switch (rdata->rp_state) { | 988 | switch (rdata->rp_state) { |
989 | case RPORT_ST_INIT: | 989 | case RPORT_ST_INIT: |
990 | FC_DEBUG_RPORT("incoming PLOGI from %6x wwpn %llx state INIT " | 990 | FC_DEBUG_RPORT("incoming PLOGI from %6x wwpn %llx state INIT " |
991 | "- reject\n", sid, wwpn); | 991 | "- reject\n", sid, (unsigned long long)wwpn); |
992 | reject = ELS_RJT_UNSUP; | 992 | reject = ELS_RJT_UNSUP; |
993 | break; | 993 | break; |
994 | case RPORT_ST_PLOGI: | 994 | case RPORT_ST_PLOGI: |