drm/xe: Remove xe_dummy_exit()
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 31 Jan 2025 22:39:08 +0000 (14:39 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 3 Feb 2025 15:51:45 +0000 (07:51 -0800)
commitae5d9cde9b762fd4b7259e1f93a94e0c7f04681c
tree218502ac00c30887c160de259d297685aee2bec2
parentd9bc304437da6b74ac2b6644fe47702b8286eb8d
drm/xe: Remove xe_dummy_exit()

Since commit 014125c64d09 ("drm/xe: Support 'nomodeset' kernel
command-line option") the dummy exit is not needed anymore since the
caller check for a NULL pointer. Drop it.

Reviewed-by: Raag Jadav <raag.jadav@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250131223908.4147195-1-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_module.c