Skip to content

Commit 2418779

Browse files
committed
linux 5.6.6, still not working.
1 parent a85d71d commit 2418779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sys/external/bsd/drm2/dist/drm/i915/i915_perf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3090,7 +3090,7 @@ static ssize_t i915_perf_read(struct file *file,
30903090
stream->pollin = false;
30913091

30923092
/* Possible values for ret are 0, -EFAULT, -ENOSPC, -EIO, ... */
3093-
return offset ?: (ret ?: -EAGAIN);
3093+
return offset2 ?: (ret ?: -EAGAIN);
30943094
}
30953095

30963096
static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer)

0 commit comments

Comments
 (0)