Files
linux-nvgpu/drivers/gpu/nvgpu/common/linux/log.c
Deepak Nibade e846d39668 gpu: nvgpu: add INFO log type
nvgpu_info() currently prints "DEBUG" in its message
whereas we need "INFO" to be printed

Add new type INFO to enum nvgpu_log_type and log_types[]
strings
Add a case for INFO in __nvgpu_really_print_log()
which uses pr_info() for INFO messages

Change-Id: I1a0205b3f8665decab686d290a559b5c05e34d4a
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-on: http://git-master/r/1461134
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
2017-04-12 15:34:53 -07:00

3.6 KiB