We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bf38e commit e9ff663Copy full SHA for e9ff663
drivers/edac/edac_mc.c
@@ -950,6 +950,8 @@ static void edac_ue_error(struct edac_raw_error_desc *e)
950
e->other_detail);
951
}
952
953
+ edac_inc_ue_error(e);
954
+
955
if (edac_mc_get_panic_on_ue()) {
956
panic("UE %s%son %s (%s page:0x%lx offset:0x%lx grain:%ld%s%s)\n",
957
e->msg,
@@ -959,8 +961,6 @@ static void edac_ue_error(struct edac_raw_error_desc *e)
959
961
*e->other_detail ? " - " : "",
960
962
963
-
- edac_inc_ue_error(e);
964
965
966
static void edac_inc_csrow(struct edac_raw_error_desc *e, int row, int chan)
0 commit comments