]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/pxp: Don't use 0 to indicate NULL
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Tue, 4 Feb 2025 20:01:44 +0000 (12:01 -0800)
committerDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Tue, 11 Feb 2025 21:17:48 +0000 (13:17 -0800)
commit768fec5ff7c1d1183edb14ff7d68b07edc98a6e1
tree978dfff29d52b38b671fa55fdc8de16a9bef1d6f
parent2c7f45cc7e197a792ce5c693e56ea48f60b312da
drm/xe/pxp: Don't use 0 to indicate NULL

Explicitly using NULL is the correct approach.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202502050322.VUBMyUHc-lkp@intel.com/
Fixes: dcdd6b84d9ac ("drm/xe/pxp: Allocate PXP execution resources")
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250204200144.1445800-1-daniele.ceraolospurio@intel.com
drivers/gpu/drm/xe/xe_pxp_submit.c