|
@@ -2519,7 +2519,7 @@ void i915_hangcheck_elapsed(unsigned long data)
|
|
|
|
|
|
for_each_ring(ring, dev_priv, i) {
|
|
|
if (ring->hangcheck.score > FIRE) {
|
|
|
- DRM_ERROR("%s on %s ring\n",
|
|
|
+ DRM_ERROR("%s on %s\n",
|
|
|
stuck[i] ? "stuck" : "no progress",
|
|
|
ring->name);
|
|
|
rings_hung++;
|