]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm: Use pr_cont where appropriate
authorJoe Perches <joe@perches.com>
Tue, 28 Feb 2017 01:31:03 +0000 (17:31 -0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:53:24 +0000 (23:53 -0400)
commiteeca2324900e922b693b2b6ddacc502c78f1c1ef
tree52fff5e661c81bd47a39c7995c482352ed9d68cf
parent9dc5a91e4d1cc7accd776f20198df48255de516f
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c
drivers/gpu/drm/radeon/r600_dpm.c