diff options
author | Joe Perches <joe@perches.com> | 2017-02-27 17:31:03 -0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-29 23:53:24 -0400 |
commit | eeca2324900e922b693b2b6ddacc502c78f1c1ef (patch) | |
tree | 52fff5e661c81bd47a39c7995c482352ed9d68cf /drivers/gpu/drm/amd/amdgpu/si_dma.c | |
parent | 9dc5a91e4d1cc7accd776f20198df48255de516f (diff) |
drm: Use pr_cont where appropriate
Using 'printk("\n")' is not preferred anymore and
using printk to continue logging messages now produces
multiple line logging output unless the continuations
use KERN_CONT.
Convert these uses to appropriately use pr_cont or a
single printk where possible.
Miscellanea:
o Use a temporary const char * instead of multiple printks
o Remove trailing space from logging by using a leading space instead
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_dma.c')
0 files changed, 0 insertions, 0 deletions