mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
net: ti: am65-cpsw-nuss: Fix err msg for port bind failures
Replace error case print with meaning full message. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
parent
2a4b0d5890
commit
5022a2ef1b
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ static int am65_cpsw_probe_nuss(struct udevice *dev)
|
|||
|
||||
ret = device_bind_driver_to_node(dev, "am65_cpsw_nuss_port", ofnode_get_name(node), node, &port_dev);
|
||||
if (ret)
|
||||
printf("SCREEEM\n");
|
||||
dev_err(dev, "Failed to bind to %s node\n", ofnode_get_name(node));
|
||||
}
|
||||
|
||||
for (i = 0; i < AM65_CPSW_CPSWNU_MAX_PORTS; i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue