Re: [PATCH v2] drm: msm: adreno_gpu.c: Add and use pr_fmt(fmt)

2021-10-01 Thread Dmitry Baryshkov
On 26/08/2021 05:23, zhaoxiao wrote: Use a more common logging style. Signed-off-by: zhaoxiao Your subject tells about pr_fmt(), while the patch itself changs printk()s to pr_info(). Could you please fix the commit subject and expand/correct commit message? --- v2:Remove the line: #defin

[PATCH v2] drm: msm: adreno_gpu.c: Add and use pr_fmt(fmt)

2021-08-25 Thread zhaoxiao
Use a more common logging style. Signed-off-by: zhaoxiao --- v2:Remove the line: #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt drivers/gpu/drm/msm/adreno/adreno_gpu.c:23:9: warning: 'pr_fmt' macro redefined [-Wmacro-redefined] #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt ^ inclu