EDAC, amd64_edac: Init opstate at the proper time during init
[cascardo/linux.git] / drivers / edac / amd64_edac.c
index 46784eb..8c0ec21 100644 (file)
@@ -2966,11 +2966,11 @@ static int __init amd64_edac_init(void)
        int err = -ENODEV;
        int i;
 
-       opstate_init();
-
        if (amd_cache_northbridges() < 0)
                goto err_ret;
 
+       opstate_init();
+
        err = -ENOMEM;
        ecc_stngs = kzalloc(amd_nb_num() * sizeof(ecc_stngs[0]), GFP_KERNEL);
        if (!ecc_stngs)