]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
drm/xe/display: stop calling domains_driver_remove twice
authorMatthew Auld <matthew.auld@intel.com>
Wed, 22 May 2024 10:22:00 +0000 (11:22 +0100)
committerMatthew Auld <matthew.auld@intel.com>
Wed, 22 May 2024 12:22:40 +0000 (13:22 +0100)
Unclear why we call this twice.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Andrzej Hajda <andrzej.hajda@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240522102143.128069-35-matthew.auld@intel.com
drivers/gpu/drm/xe/display/xe_display.c

index 89701ca841fc29798a763780ffc89b8713d31327..406bc3912f4bf641366d87887aabaaf2886f4b51 100644 (file)
@@ -143,7 +143,6 @@ static void xe_display_fini_noirq(void *arg)
                return;
 
        intel_display_driver_remove_noirq(xe);
-       intel_power_domains_driver_remove(xe);
 }
 
 int xe_display_init_noirq(struct xe_device *xe)