[PATCH Review 1/1] drm/amd/pm: print errorno if get ecc info failed

Stanley.Yang Stanley.Yang at amd.com
Sun Dec 5 10:01:43 UTC 2021


Signed-off-by: Stanley.Yang <Stanley.Yang at amd.com>
---
 drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c
index 6e781cee8bb6..e0a8224e466f 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c
@@ -1815,7 +1815,7 @@ static ssize_t aldebaran_get_ecc_info(struct smu_context *smu,
 			       smu_table->ecc_table,
 			       false);
 	if (ret) {
-		dev_info(smu->adev->dev, "Failed to export SMU ecc table!\n");
+		dev_info(smu->adev->dev, "Failed to export SMU ecc table! ret %d.\n", ret);
 		return ret;
 	}
 
-- 
2.17.1



More information about the amd-gfx mailing list