From a5db6e1d814f41ba9a7ae3e2996b7d3d86e94099 Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Tue, 20 Jul 2021 20:15:28 +0200 Subject: [PATCH] net: eth-phy: define LOG_CATEGORY Define LOG_CATEGORY to allow filtering with log command. Signed-off-by: Patrick Delaunay Reviewed-by: Ramon Fried --- drivers/net/eth-phy-uclass.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/eth-phy-uclass.c b/drivers/net/eth-phy-uclass.c index 293579d..c04bab9 100644 --- a/drivers/net/eth-phy-uclass.c +++ b/drivers/net/eth-phy-uclass.c @@ -3,6 +3,8 @@ * Copyright 2020 NXP */ +#define LOG_CATEGORY UCLASS_ETH_PHY + #include #include #include -- 2.7.4