Searched hist:"3 b33438c52def0de4a5577ad541e50923bcc2596" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_common.c | diff 3b33438c52def0de4a5577ad541e50923bcc2596 Thu Sep 03 06:26:20 CDT 2020 Paul Barker <pbarker@konsulko.com> 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>
|