Commit af1912a9 authored by Lucas Russo's avatar Lucas Russo

apps/ebpm/ebpm.c: always print slot number even if not using DEVIO_CFG

parent 1227bf9c
......@@ -318,8 +318,6 @@ int main (int argc, char *argv[])
goto err_card_slot;
}
DBE_DEBUG (DBG_DEV_IO | DBG_LVL_INFO, "[ebpm] Slot number: 0x%08X\n", dev_id);
/* We could just leave DEVIO CFG arounf and not kill it. We do it just
* for the sake not having unnecessary things running, as the regular
* DEVIO already spwan the same service (i.e., AFC DIAG) as DEVIO CFG */
......@@ -336,6 +334,8 @@ int main (int argc, char *argv[])
#endif
#endif
DBE_DEBUG (DBG_DEV_IO | DBG_LVL_INFO, "[ebpm] Slot number: 0x%08X\n", dev_id);
/* We don't need it anymore */
str_p = &fe_smio_id_str;
free (*str_p);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment