Merge "drivers: net: ipq9574: Fix print msg in edma"

This commit is contained in:
Linux Build Service Account 2021-09-07 09:40:00 -07:00 committed by Gerrit - the friendly Code Review server
commit 5569fa9007

View file

@ -2033,8 +2033,8 @@ int ipq9574_edma_init(void *edma_board_cfg)
#endif
default:
if (phy_info[phy_id]->phy_type != SFP_PHY_TYPE)
printf("\nphy chip id: 0x%x id not matching for phy id: 0x%x",
phy_chip_id, phy_id);
printf("\nphy chip id: 0x%x id not matching for phy id: 0x%x with phy_type: 0x%x and phy address: 0x%x",
phy_chip_id, phy_id, phy_info[phy_id]->phy_type, phy_info[phy_id]->phy_address);
break;
}
}