[PATCH] event: Fix an wrong type_name from dm_post_init to dm_post_init_f

Jaehoon Chung jh80.chung at samsung.com
Tue Aug 1 12:17:00 CEST 2023


DM_POST_INIT was changed to DM_POST_INIT_F.
To debug correct message, change type_name from dm_post_init to
dm_post_init_f.

Signed-off-by: Jaehoon Chung <jh80.chung at samsung.com>
---
 common/event.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/event.c b/common/event.c
index 20720c52839e..3224e2812224 100644
--- a/common/event.c
+++ b/common/event.c
@@ -27,7 +27,7 @@ const char *const type_name[] = {
 	"test",
 
 	/* Events related to driver model */
-	"dm_post_init",
+	"dm_post_init_f",
 	"dm_pre_probe",
 	"dm_post_probe",
 	"dm_pre_remove",
-- 
2.25.1



More information about the U-Boot mailing list