Re: [PATCH 0/5] add KERN_LEVEL to printk

2020-11-11 Thread Thomas Zimmermann
Hi Am 11.11.20 um 09:31 schrieb Bernard Zhao: > Hi: > > When call printk, set the KERN_LEVEL is suggested by the community. > This patch sereies add KERN_* level to printk which do not set > this level. I have no say on the msm driver, but IMHO a much better change would be a conversion to

[PATCH 0/5] add KERN_LEVEL to printk

2020-11-11 Thread Bernard Zhao
Hi: When call printk, set the KERN_LEVEL is suggested by the community. This patch sereies add KERN_* level to printk which do not set this level. Bernard Zhao (5): adreno/a2xx_gpu.c: add KERN_LEVEL to printk adreno/a3xx_gpu.c: add KERN_LEVEL to printk adreno/a4xx_gpu.c: add KERN_LEVEL to