File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -1135,8 +1135,7 @@ static int mc_probe(struct platform_device *pdev)
1135
1135
}
1136
1136
1137
1137
rc = xlnx_register_event (PM_NOTIFY_CB , VERSAL_EVENT_ERROR_PMC_ERR1 ,
1138
- XPM_EVENT_ERROR_MASK_DDRMC_CR | XPM_EVENT_ERROR_MASK_DDRMC_NCR |
1139
- XPM_EVENT_ERROR_MASK_NOC_CR | XPM_EVENT_ERROR_MASK_NOC_NCR ,
1138
+ XPM_EVENT_ERROR_MASK_DDRMC_CR | XPM_EVENT_ERROR_MASK_DDRMC_NCR ,
1140
1139
false, err_callback , mci );
1141
1140
if (rc ) {
1142
1141
if (rc == - EACCES )
@@ -1173,8 +1172,6 @@ static void mc_remove(struct platform_device *pdev)
1173
1172
1174
1173
xlnx_unregister_event (PM_NOTIFY_CB , VERSAL_EVENT_ERROR_PMC_ERR1 ,
1175
1174
XPM_EVENT_ERROR_MASK_DDRMC_CR |
1176
- XPM_EVENT_ERROR_MASK_NOC_CR |
1177
- XPM_EVENT_ERROR_MASK_NOC_NCR |
1178
1175
XPM_EVENT_ERROR_MASK_DDRMC_NCR , err_callback , mci );
1179
1176
edac_mc_del_mc (& pdev -> dev );
1180
1177
edac_mc_free (mci );
You can’t perform that action at this time.
0 commit comments