drm/Xe: Use EOPNOTSUPP instead of ENOTSUPP
authorJanga Rahul Kumar <janga.rahul.kumar@intel.com>
Tue, 13 Jun 2023 09:37:40 +0000 (15:07 +0530)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:34:42 +0000 (11:34 -0500)
commitee6ad13705286b19f5ffc19000b1d1574208efc9
tree11fed69540435f0e6aac85aae43d5ec03240f63a
parentab10e976fbda8349163ceee2ce99b2bfc97031b8
drm/Xe: Use EOPNOTSUPP instead of ENOTSUPP

ENOTSUPP is not a standard Unix error should use
EOPNOTSUPP instead.

v2: Update commit description (Aravind)

Reviewed-by: Aravind Iddamsetty <aravind.iddamsetty@intel.com>
Signed-off-by: Janga Rahul Kumar <janga.rahul.kumar@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_engine.c
drivers/gpu/drm/xe/xe_mmio.c
drivers/gpu/drm/xe/xe_sync.c
drivers/gpu/drm/xe/xe_vm.c
drivers/gpu/drm/xe/xe_wait_user_fence.c