From: Patrick Delaunay Date: Tue, 20 Jul 2021 18:15:28 +0000 (+0200) Subject: net: eth-phy: define LOG_CATEGORY X-Git-Tag: v2021.10~89^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5db6e1d814f41ba9a7ae3e2996b7d3d86e94099;p=platform%2Fkernel%2Fu-boot.git net: eth-phy: define LOG_CATEGORY Define LOG_CATEGORY to allow filtering with log command. Signed-off-by: Patrick Delaunay Reviewed-by: Ramon Fried --- 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