bdk: dram: homogenize return values

This commit is contained in:
CTCaer
2026-02-22 02:53:55 +02:00
parent 67a7d93a94
commit 1f2855b17d
3 changed files with 6 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ static bool no_table = false;
static mtc_config_t *mtc_cfg = NULL;
void (*mtc_call)(mtc_config_t *mtc_cfg, void *);
u32 minerva_init(minerva_str_t *mtc_str)
int minerva_init(minerva_str_t *mtc_str)
{
mtc_call = NULL;
mtc_cfg = (mtc_config_t *)&mtc_str->mtc_cfg;