mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
net: cpsw: Replace pr_err by dev_err
Use dev_err instead of pr_err. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Reviewed-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
bd07d34f00
commit
56fdb2e046
@ -1981,7 +1981,7 @@ static int cpsw_probe_dt(struct cpsw_platform_data *data,
|
||||
mdio = of_find_device_by_node(mdio_node);
|
||||
of_node_put(mdio_node);
|
||||
if (!mdio) {
|
||||
pr_err("Missing mdio platform device\n");
|
||||
dev_err(&pdev->dev, "Missing mdio platform device\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
snprintf(slave_data->phy_id, sizeof(slave_data->phy_id),
|
||||
|
Loading…
Reference in New Issue
Block a user