Re: [Intel-gfx] [PATCH 02/29] drm/i915/guc: Replace WARN with a DRM_ERROR

2019-04-08 Thread Tvrtko Ursulin
On 08/04/2019 10:17, Chris Wilson wrote: 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 --- d

[Intel-gfx] [PATCH 02/29] drm/i915/guc: Replace WARN with a DRM_ERROR

2019-04-08 Thread Chris Wilson
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 --- drivers/gpu/drm/i915/intel_guc_submission.c |