drm/radeon: Clean up errors in kv_smc.c
authorGuoHua Chen <chenguohua_716@163.com>
Thu, 11 Jan 2024 08:54:45 +0000 (08:54 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jan 2024 20:39:53 +0000 (15:39 -0500)
Fix the following errors reported by checkpatch:

ERROR: spaces required around that '=' (ctx:VxW)

Signed-off-by: GuoHua Chen <chenguohua_716@163.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/kv_smc.c

index c0a59527e7b8e329d6f7e9d2727c7cd31d1b8490..65831cca6730f0e5ee7f55f38616b60063a6a180 100644 (file)
@@ -189,7 +189,7 @@ int kv_copy_bytes_to_smc(struct radeon_device *rdev,
                if (ret)
                        return ret;
 
-               original_data= RREG32(SMC_IND_DATA_0);
+               original_data = RREG32(SMC_IND_DATA_0);
 
                extra_shift = 8 * (4 - byte_count);