OSDN Git Service

drm/i915/gt: Fix up missing error propagation for heartbeat pulses
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 18 Feb 2020 16:21:42 +0000 (16:21 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 18 Feb 2020 20:32:21 +0000 (20:32 +0000)
commitfbcb52db41448c3c3840771cdbee64b18630cc14
tree47ff05f8e2c723be9d0549dc1b634ad752231cb8
parent06289949b8dd6ed959c2b09d5911e98f6434e501
drm/i915/gt: Fix up missing error propagation for heartbeat pulses

Just missed setting err along an interruptible error path for the
intel_engine_pulse().

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200218162150.1300405-4-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c