Re: [Intel-gfx] [PATCH] Fixes KW issue for NULL pointer dereference

2022-08-11 Thread Jani Nikula
The subject needs a prefix. For example "i915/drm:" or something more specific, see git log. Please use the imperative mood in the subject and commit message, i.e. "fix" instead of "fixes" or "fixed". On Thu, 11 Aug 2022, Tapas Rana wrote: > - adds a NULL pointer check for the input parameter

[Intel-gfx] [PATCH] Fixes KW issue for NULL pointer dereference

2022-08-11 Thread Tapas Rana
- adds a NULL pointer check for the input parameter Signed-off-by: Tapas Rana --- drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c b/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c index