[SCSI] qla2xxx: Add new message when a new loopid is assigned.
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / scsi / qla2xxx / qla_init.c
index abd095c..b28eb40 100644 (file)
@@ -3421,6 +3421,9 @@ qla2x00_find_new_loop_id(scsi_qla_host_t *vha, fc_port_t *dev)
 
                /* If not in use then it is free to use. */
                if (!found) {
+                       ql_dbg(ql_dbg_disc, dev->vha, 0x2086,
+                           "Assigning new loopid=%x, portid=%x.\n",
+                           dev->loop_id, dev->d_id.b24);
                        break;
                }