Skip to content

Commit 910e3f8

Browse files
GeorgeCGVkartben
authored andcommitted
drivers: ethernet: phy: correct adin logger name
Use phy_adin instead of undefined DT_DRV_COMPAT. Signed-off-by: Georgij Cernysiov <geo.cgv@gmail.com>
1 parent ec4df64 commit 910e3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ethernet/phy/phy_adin2111.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#include <zephyr/logging/log.h>
99

10-
LOG_MODULE_REGISTER(DT_DRV_COMPAT, CONFIG_PHY_LOG_LEVEL);
10+
LOG_MODULE_REGISTER(phy_adin, CONFIG_PHY_LOG_LEVEL);
1111

1212
#include <errno.h>
1313
#include <stdint.h>

0 commit comments

Comments
 (0)