mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
This error path should clean up before returning. Smatch detected this bug: drivers/gpu/drm/xe/xe_device.c:487 xe_device_probe() warn: missing unwind goto? Fixes:4cb12b7192("drm/xe/xe2: Determine bios enablement for flat ccs on igfx") Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: Matthew Brost <matthew.brost@intel.com> Reviewed-by: Matthew Brost <matthew.brost@intel.com> (cherry picked from commitc10da95afa) Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>