From fb1f604f41435a206b866fba87d36bbc3e9ae474 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Fri, 7 Apr 2017 20:00:16 +0100 Subject: gpu: nvgpu: Add '\n' back to log prints Add back the automatic '\n' addition for logging functions. Since the driver was developed like this it is simpler to add this back. Change-Id: Iff097d667cf0fac7d64dc916a1d1b3b4f8c519ff Signed-off-by: Alex Waterman Reviewed-on: http://git-master/r/1458140 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/common/linux/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/common/linux/log.c b/drivers/gpu/nvgpu/common/linux/log.c index 9dd965ec..e89840ef 100644 --- a/drivers/gpu/nvgpu/common/linux/log.c +++ b/drivers/gpu/nvgpu/common/linux/log.c @@ -34,7 +34,7 @@ * function and friends use the preprocessor to concatenate stuff to the start * of this string when printing. */ -#define LOG_FMT "nvgpu: %s %33s:%-4d [%s] %s" +#define LOG_FMT "nvgpu: %s %33s:%-4d [%s] %s\n" u32 nvgpu_dbg_mask = NVGPU_DEFAULT_DBG_MASK; -- cgit v1.2.2