mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
scsi: pm80xx: Log phy_id and port_id in the device registration request
Print phy_id and port_id sent as part of device registration request. Signed-off-by: Akshat Jain <akshatzen@google.com> Signed-off-by: Pranav Prasad <pranavpp@google.com> Link: https://lore.kernel.org/r/20230418190101.696345-5-pranavpp@google.com Acked-by: Jack Wang <jinpu.wang@ionos.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
a6cf6b8bd6
commit
5f797120d8
@ -4756,6 +4756,9 @@ static int pm80xx_chip_reg_dev_req(struct pm8001_hba_info *pm8001_ha,
|
||||
memcpy(payload.sas_addr, pm8001_dev->sas_device->sas_addr,
|
||||
SAS_ADDR_SIZE);
|
||||
|
||||
pm8001_dbg(pm8001_ha, INIT,
|
||||
"register device req phy_id 0x%x port_id 0x%x\n", phy_id,
|
||||
(port->port_id & 0xFF));
|
||||
rc = pm8001_mpi_build_cmd(pm8001_ha, 0, opc, &payload,
|
||||
sizeof(payload), 0);
|
||||
if (rc)
|
||||
|
Loading…
Reference in New Issue
Block a user