File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -1113,7 +1113,6 @@ static bool __intel_gt_unset_wedged(struct intel_gt *gt)
1113
1113
* Warn CI about the unrecoverable wedged condition.
1114
1114
* Time for a reboot.
1115
1115
*/
1116
- gt_err (gt , "Unrecoverable wedged condition\n" );
1117
1116
add_taint_for_CI (gt -> i915 , TAINT_WARN );
1118
1117
return false;
1119
1118
}
@@ -1264,10 +1263,8 @@ void intel_gt_reset(struct intel_gt *gt,
1264
1263
}
1265
1264
1266
1265
ret = resume (gt );
1267
- if (ret ) {
1268
- gt_err (gt , "Failed to resume (%d)\n" , ret );
1266
+ if (ret )
1269
1267
goto taint ;
1270
- }
1271
1268
1272
1269
finish :
1273
1270
reset_finish (gt , awake );
@@ -1610,7 +1607,6 @@ void intel_gt_set_wedged_on_init(struct intel_gt *gt)
1610
1607
set_bit (I915_WEDGED_ON_INIT , & gt -> reset .flags );
1611
1608
1612
1609
/* Wedged on init is non-recoverable */
1613
- gt_err (gt , "Non-recoverable wedged on init\n" );
1614
1610
add_taint_for_CI (gt -> i915 , TAINT_WARN );
1615
1611
}
1616
1612
You can’t perform that action at this time.
0 commit comments