commit | bfd04533138427846ab711c68320c71c6275a0a3 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Apr 08 10:17:01 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Apr 08 17:03:45 2019 +0100 |
tree | 628c739633c5bd42e779ee479b2d41a6714df1dc | |
parent | 99fa4bc26d74e49e3d7d70f29a106943f48924ea [diff] |
drm/i915/guc: Replace WARN with a DRM_ERROR Replace the WARN with a simple if() + error message to squech the sparse warning that entire wait_for() macro was being stringified: drivers/gpu/drm/i915/intel_guc_submission.c:658:9: error: too long token expansion Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190408091728.20207-2-chris@chris-wilson.co.uk