Browse Source

edac: ibecc: Add LOG_INF for indication initialization

Add LOG_INF() to indicate that IBECC driver is initialized.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
pull/41549/head
Andrei Emeltchenko 4 years ago committed by Anas Nashif
parent
commit
c493825ac1
  1. 2
      drivers/edac/edac_ibecc.c

2
drivers/edac/edac_ibecc.c

@ -334,6 +334,8 @@ static int edac_ibecc_init(const struct device *dev) @@ -334,6 +334,8 @@ static int edac_ibecc_init(const struct device *dev)
/* Enable Host Bridge generated SERR event */
ibecc_errcmd_setup(bdf, true);
LOG_INF("IBECC driver initialized");
return 0;
}

Loading…
Cancel
Save