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 <alexw@nvidia.com>
Reviewed-on: http://git-master/r/1458140
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
Alex Waterman
2017-04-07 20:00:16 +01:00
committed by mobile promotions
parent 19fdb429c2
commit fb1f604f41

View File

@@ -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;