remove unnecessary line breaks.
[ 51.280860] amdgpu 0000:24:00.0: amdgpu: smu send message:
GetEnabledSmuFeaturesHigh(13) param: 0x00000000, resp: 0x00000001,
readval: 0x00003763
Fixes: a364c014a2c1 ("drm/amd/pm: enable amdgpu smu send message log")
Signed-off-by: Yang Wang <[email protected]>
---
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c
b/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c
index 9f55207ea9bc..d834d134ad2b 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c
@@ -459,8 +459,7 @@ int smu_cmn_send_smc_msg_with_param(struct smu_context *smu,
}
if (read_arg) {
smu_cmn_read_arg(smu, read_arg);
- dev_dbg(adev->dev, "smu send message: %s(%d) param: 0x%08x,
resp: 0x%08x,\
- readval: 0x%08x\n",
+ dev_dbg(adev->dev, "smu send message: %s(%d) param: 0x%08x,
resp: 0x%08x, readval: 0x%08x\n",
smu_get_message_name(smu, msg), index, param, reg,
*read_arg);
} else {
dev_dbg(adev->dev, "smu send message: %s(%d) param: 0x%08x,
resp: 0x%08x\n",
--
2.34.1