net: dsa: b53: Use dev_{err,info} instead of pr_*
authorPaul Barker <pbarker@konsulko.com>
Thu, 3 Sep 2020 11:26:20 +0000 (12:26 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Sep 2020 19:07:29 +0000 (12:07 -0700)
commit3b33438c52def0de4a5577ad541e50923bcc2596
tree2827f45381c0da32b1e38c6997609916c51edf35
parent22b330b622e3f5cda7b8271f2c26db877b532ed9
net: dsa: b53: Use dev_{err,info} instead of pr_*

This change allows us to see which device the err or info messages are
referring to if we have multiple b53 compatible devices on a board.

As this removes the only pr_*() calls in this file we can drop the
definition of pr_fmt().

Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/b53/b53_common.c