Add check for the return value of alloc_ordered_workqueue()
in xe_gt_alloc() to catch potential exception.
Fixes: e2d84e5b2205 ("drm/xe: Mark GT work queue with WQ_MEM_RECLAIM")
Cc: sta...@vger.kernel.org
Signed-off-by: Haoxiang Li
---
drivers/gpu/drm/xe/xe_gt.c | 2 ++
1 file changed, 2 inserti
On Wed, Feb 19, 2025 at 05:56:59PM +0800, Haoxiang Li wrote:
Add check for the return value of alloc_ordered_workqueue()
in xe_gt_alloc() to catch potential exception.
Fixes: e2d84e5b2205 ("drm/xe: Mark GT work queue with WQ_MEM_RECLAIM")
Cc: sta...@vger.kernel.org
Signed-off-by: Haoxiang Li