]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe/uc: Fix missing unwind goto
authorZhanjun Dong <zhanjun.dong@intel.com>
Mon, 21 Jul 2025 21:45:20 +0000 (17:45 -0400)
committerJohn Harrison <John.C.Harrison@Intel.com>
Tue, 22 Jul 2025 17:46:52 +0000 (10:46 -0700)
commit176f44a5ec0b074aaf44852db77d0c183c36696d
tree6fe2d4b648f182c0e36daca9899c29cf7e7fb8b7
parent6c9e64e83b22405622d1f47417cdb0d20d49ca35
drm/xe/uc: Fix missing unwind goto

Fix missing unwind goto on error handling.

Fixes: b2c4ac219fa4 ("drm/xe/uc: Disable GuC communication on hardware initialization error")
Signed-off-by: Zhanjun Dong <zhanjun.dong@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://lore.kernel.org/r/20250721214520.954014-1-zhanjun.dong@intel.com
drivers/gpu/drm/xe/xe_uc.c