Message ID | 20200907101208.1223-1-pbarker@konsulko.com |
---|---|
Headers | show |
Series | ksz9477 dsa switch driver improvements | expand |
On 9/7/2020 3:12 AM, Paul Barker wrote: > Always print the selected phy mode for the CPU port when using the > ksz9477 driver. If the phy mode was changed, also print the previous > mode to aid in debugging. > > To make the message more clear, prefix it with the port number which it > applies to and improve the language a little. > > Signed-off-by: Paul Barker <pbarker@konsulko.com> Once you fix the kbuild robot complaint about prev_mode not being a const char *: Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>