drm/i915: Fix a NULL vs IS_ERR() bug
authorDan Carpenter <dan.carpenter@linaro.org>
Tue, 6 Jun 2023 08:23:56 +0000 (11:23 +0300)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 20 Jun 2023 07:54:47 +0000 (08:54 +0100)
commit274d4b96b12f78cef4f72a97a4967032233f6cae
tree328bbec4225e8314daff0973ea7b3395fa8749e3
parentd57ba095e4f170963ec420d6cd780aa19459bc65
drm/i915: Fix a NULL vs IS_ERR() bug

The mmap_offset_attach() function returns error pointers, it doesn't
return NULL.

Fixes: eaee1c085863 ("drm/i915: Add a function to mmap framebuffer obj")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/ZH7tHLRZ9oBjedjN@moroto
(cherry picked from commit 3a89311387cde27da8e290458b2d037133c1f7b5)
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
drivers/gpu/drm/i915/gem/i915_gem_mman.c