Commit b62b462b authored by Lucas Russo's avatar Lucas Russo

dev_io/dev_io_core.c: fix "SMIO not found" error message

parent 5d2aad12
......@@ -808,7 +808,7 @@ static devio_err_e _devio_register_sm_raw (devio_t *self, uint32_t smio_id, uint
/* Search for the SMIO */
smio_mod_handler = _devio_search_sm_by_id (self, smio_id);
ASSERT_TEST (smio_mod_handler != NULL, "Could find specified SMIO",
ASSERT_TEST (smio_mod_handler != NULL, "Could not find specified SMIO",
err_search_smio);
/* Found! Call bootstrap code and insert in
......
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