diff options
author | Ran Sun <[email protected]> | 2023-08-01 07:55:07 +0000 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-08-09 09:40:42 -0400 |
commit | df70be37ef74784f1b872c0c2b4d220347302356 (patch) | |
tree | 2c3bba885dd4c0dc70116d528dd184018f931003 | |
parent | 4e01bbec4b318ebf8619dfd5e7c9fcb5fef511a2 (diff) |
drm/amdgpu: Clean up errors in common_baco.c
Fix the following errors reported by checkpatch:
ERROR: code indent should use tabs where possible
Signed-off-by: Ran Sun <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.c b/drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.c index 1c73776bd606..fd79337a3536 100644 --- a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.c +++ b/drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.c @@ -42,7 +42,7 @@ static bool baco_wait_register(struct pp_hwmgr *hwmgr, u32 reg, u32 mask, u32 va } static bool baco_cmd_handler(struct pp_hwmgr *hwmgr, u32 command, u32 reg, u32 mask, - u32 shift, u32 value, u32 timeout) + u32 shift, u32 value, u32 timeout) { struct amdgpu_device *adev = (struct amdgpu_device *)(hwmgr->adev); u32 data; |