[PATCH] raw/cnxk_bphy: switch to dynamic logging
Stephen Hemminger
stephen at networkplumber.org
Wed Nov 15 01:15:46 CET 2023
On Tue, 14 Nov 2023 09:04:46 +0100
Tomasz Duszynski <tduszynski at marvell.com> wrote:
> Dynamically allocated log type is a standard approach among all drivers.
> Switch to it.
>
> Signed-off-by: Tomasz Duszynski <tduszynski at marvell.com>
> ---
> drivers/raw/cnxk_bphy/cnxk_bphy.c | 32 +++++++++++++---------
> drivers/raw/cnxk_bphy/cnxk_bphy_cgx.c | 4 ++-
> drivers/raw/cnxk_bphy/cnxk_bphy_cgx.h | 7 +++++
> drivers/raw/cnxk_bphy/cnxk_bphy_cgx_test.c | 32 ++++++++++------------
> 4 files changed, 44 insertions(+), 31 deletions(-)
Good to see but there seems to be a lot of other places calling
plt_err(), plt_info(), plt_warn(), plt_print()
More information about the dev
mailing list