]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5d08d9f0b1be585a8581266697a26ebdb1f8439f
tree2827f45381c0da32b1e38c6997609916c51edf35
parent851a8991622299115937a91a1d9de9e846510814
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