Use dev_err instead of pr_err.

Signed-off-by: Markus Pargmann <[email protected]>
---
 drivers/net/ethernet/ti/cpsw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/ti/cpsw.c b/drivers/net/ethernet/ti/cpsw.c
index 43b2777f8e04..b52df53441b0 100644
--- a/drivers/net/ethernet/ti/cpsw.c
+++ b/drivers/net/ethernet/ti/cpsw.c
@@ -1901,7 +1901,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),
-- 
2.0.1

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to