Skip to content

Commit c493825

Browse files
finikorgnashif
authored andcommitted
edac: ibecc: Add LOG_INF for indication initialization
Add LOG_INF() to indicate that IBECC driver is initialized. Signed-off-by: Andrei Emeltchenko <[email protected]>
1 parent d02ef74 commit c493825

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/edac/edac_ibecc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ static int edac_ibecc_init(const struct device *dev)
334334
/* Enable Host Bridge generated SERR event */
335335
ibecc_errcmd_setup(bdf, true);
336336

337+
LOG_INF("IBECC driver initialized");
338+
337339
return 0;
338340
}
339341

0 commit comments

Comments
 (0)