drm/xe/sysfs: Add cleanup action in xe_device_sysfs_init
authorZongyao Bai <zongyao.bai@intel.com>
Mon, 15 Sep 2025 21:47:15 +0000 (05:47 +0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 17 Sep 2025 16:28:55 +0000 (12:28 -0400)
commitff89a4d285c82813faa0e2e386d07120ae1f9c85
treead3854e4a38136c4e3c8309ba9f118a5ef114992
parentcbc7f3b4f6ca19320e2eacf8fc1403d6f331ce14
drm/xe/sysfs: Add cleanup action in xe_device_sysfs_init

On partial failure, some sysfs files created before the failure might
not be removed. Add common cleanup step to remove them all immediately,
as is should be harmless to attempt to remove non-existing files.

Fixes: 0e414bf7ad01 ("drm/xe: Expose PCIe link downgrade attributes")
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Stuart Summers <stuart.summers@intel.com>
Cc: Shuicheng Lin <shuicheng.lin@intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: Zongyao Bai <zongyao.bai@intel.com>
Reviewed-by: Shuicheng Lin <shuicheng.lin@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20250915214716.1327379-2-zongyao.bai@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
(cherry picked from commit 1a869168d91f1a1a2b0db22cea0295c67908e5d8)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_device_sysfs.c