diff options
Diffstat (limited to 'common/event.c')
-rw-r--r-- | common/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/event.c b/common/event.c index 20720c5..3224e28 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", |