Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd: Drop dev_fmt prefix

The `amdgpu:` prefix in dev_fmt() isn't needed because the core
already includes the driver in the print.

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>

authored by

Mario Limonciello (AMD) and committed by
Alex Deucher
fe4d3987 9edf6c09

-6
-6
drivers/gpu/drm/amd/amdgpu/amdgpu.h
··· 34 34 35 35 #define pr_fmt(fmt) "amdgpu: " fmt 36 36 37 - #ifdef dev_fmt 38 - #undef dev_fmt 39 - #endif 40 - 41 - #define dev_fmt(fmt) "amdgpu: " fmt 42 - 43 37 #include "amdgpu_ctx.h" 44 38 45 39 #include <linux/atomic.h>