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 340ded4 commit 0f813e9Copy full SHA for 0f813e9
sys/external/bsd/drm2/dist/drm/i915/i915_perf.c
@@ -3118,7 +3118,7 @@ static ssize_t i915_perf_read(struct file *file,
3118
mutex_lock(&perf->lock);
3119
ret = stream->ops->read(stream, buf, count, &offset);
3120
mutex_unlock(&perf->lock);
3121
- } while (!offset2 && !ret);
+ } while (!offset && !ret);
3122
} else {
3123
3124
0 commit comments