[PATCH] drm/amd/pm: delete a stray tab

From: Dan Carpenter

Date: Tue Sep 15 2026 - 13:10:03 EST


This tab was accidentally added in commit 6c9e0328d1de ("drm/amd/pm:
refactor PPT limits by controller and power source"). Delete it.

Signed-off-by: Dan Carpenter <error27@xxxxxxxxx>
---
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
index a29e76b03476..6beafabf1306 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
@@ -3077,7 +3077,7 @@ static int smu_v13_0_0_set_ppt_limit(struct smu_context *smu,
return ret;
}
}
- return smu_v13_0_set_ppt_limit(smu, limit_type, limit);
+ return smu_v13_0_set_ppt_limit(smu, limit_type, limit);
} else if (smu->od_enabled) {
ret = smu_v13_0_set_ppt_limit(smu, limit_type, msg_limit);
if (ret)
--
2.53.0