diff --git a/drivers/gpu/drm/xe/xe_guc_pc.c b/drivers/gpu/drm/xe/xe_guc_pc.c index c5145e00ecf0..7f22540b3f6c 100644 --- a/drivers/gpu/drm/xe/xe_guc_pc.c +++ b/drivers/gpu/drm/xe/xe_guc_pc.c @@ -918,7 +918,7 @@ int xe_guc_pc_stop(struct xe_guc_pc *pc) */ void xe_guc_pc_fini(struct xe_guc_pc *pc) { - XE_WARN_ON(xe_guc_pc_gucrc_disable(pc)); + xe_guc_pc_gucrc_disable(pc); XE_WARN_ON(xe_guc_pc_stop(pc)); mutex_destroy(&pc->freq_lock); }