Re: [Intel-gfx] [PATCH 1/1] static analysis failure

2021-12-02 Thread Intel
On 12/2/21 05:38, Pallavi Mishra wrote: fix for null ptr dereferences. Please describe the change as per the patch submission guidelines: https://www.kernel.org/doc/html/latest/process/submitting-patches.html#describe-your-changes In particular, describe the *real* problems and the fixes,

[Intel-gfx] [PATCH 1/1] static analysis failure

2021-12-01 Thread Pallavi Mishra
fix for null ptr dereferences. Signed-off-by: Pallavi Mishra --- drivers/gpu/drm/i915/gem/i915_gem_ttm.c | 3 +++ drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/gem/i915_gem_ttm.c