mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 11:33:36 -04:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
d4b8d132ce
commit
5fd4fef3f8
@@ -351,7 +351,7 @@ int amdgpu_irq_init(struct amdgpu_device *adev)
|
||||
adev->irq.irq = irq;
|
||||
adev_to_drm(adev)->max_vblank_count = 0x00ffffff;
|
||||
|
||||
dev_dbg(adev->dev, "amdgpu: irq initialized.\n");
|
||||
dev_dbg(adev->dev, "irq initialized.\n");
|
||||
return 0;
|
||||
|
||||
free_vectors:
|
||||
|
||||
Reference in New Issue
Block a user