Re: [PATCH v1 1/2] drm/vblank: use drm_* functions for logging

2020-05-31 Thread Sam Ravnborg
Hi Thomas. On Mon, May 25, 2020 at 01:07:29PM +0200, Thomas Zimmermann wrote: > Hi > > Am 23.05.20 um 09:12 schrieb Sam Ravnborg: > > Replace all DRM_* logging functions with their drm_ counterparts. > > checkpatch emits a few "quoted string split across lines", > > which is left as is. The string

Re: [PATCH v1 1/2] drm/vblank: use drm_* functions for logging

2020-05-25 Thread Thomas Zimmermann
Hi Am 23.05.20 um 09:12 schrieb Sam Ravnborg: > Replace all DRM_* logging functions with their drm_ counterparts. > checkpatch emits a few "quoted string split across lines", > which is left as is. The strings was already split in the original code > base and it would not increase readability to f

[PATCH v1 1/2] drm/vblank: use drm_* functions for logging

2020-05-23 Thread Sam Ravnborg
Replace all DRM_* logging functions with their drm_ counterparts. checkpatch emits a few "quoted string split across lines", which is left as is. The strings was already split in the original code base and it would not increase readability to fix them. Signed-off-by: Sam Ravnborg Cc: Lyude Paul