Re: [PATCH v1] stmmac: platform: adjust messages and move to dev level

2019-09-06 Thread David Miller
From: Andy Shevchenko Date: Thu, 5 Sep 2019 16:00:53 +0300 > This patch amends the error and warning messages across the platform driver. > It includes the following changes: > - append \n to the end of messages > - change pr_* macros to dev_* > > Signed-off-by: Andy Shevchenko Applied to n

[PATCH v1] stmmac: platform: adjust messages and move to dev level

2019-09-05 Thread Andy Shevchenko
This patch amends the error and warning messages across the platform driver. It includes the following changes: - append \n to the end of messages - change pr_* macros to dev_* Signed-off-by: Andy Shevchenko --- .../ethernet/stmicro/stmmac/stmmac_platform.c | 22 +++ 1 file cha