diff options
| author | Mario Limonciello (AMD) <superm1@kernel.org> | 2025-12-14 19:12:26 -0600 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-01-05 16:59:55 -0500 |
| commit | 5fd4fef3f8e6b5be4e1df49f32efc8b200ed07d5 (patch) | |
| tree | b60a34de6856d8aabc5c3446af9f74fdba61f555 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
| parent | d4b8d132ce41a51241544cfa1cec8c401ff04002 (diff) | |
| download | linux-next-5fd4fef3f8e6b5be4e1df49f32efc8b200ed07d5.tar.gz linux-next-5fd4fef3f8e6b5be4e1df49f32efc8b200ed07d5.zip | |
drm/amd: Drop amdgpu prefix from message prints
Hardcoding the prefix isn't necessary when using drm_* or dev_*
message prints.
Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index 52aa86d1bfa7..01c2b803e562 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -4714,7 +4714,7 @@ static void amdgpu_device_unmap_mmio(struct amdgpu_device *adev) */ void amdgpu_device_fini_hw(struct amdgpu_device *adev) { - dev_info(adev->dev, "amdgpu: finishing device.\n"); + dev_info(adev->dev, "finishing device.\n"); flush_delayed_work(&adev->delayed_init_work); if (adev->mman.initialized) |
