drm/vblank: use drm_* functions for logging
authorSam Ravnborg <sam@ravnborg.org>
Sat, 23 May 2020 07:12:23 +0000 (09:12 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 31 May 2020 20:32:41 +0000 (22:32 +0200)
commit02149a76d32bd8f5cbb4a802851724044396d6db
tree1625e4792144984835b23ba6cf54ea17a594caed
parent7da156407615eeaf049c175a6bf2aa58e50d34ef
drm/vblank: use drm_* functions for logging

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.

v2:
  - added braces to if statement (Thomas)

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Lyude Paul <lyude@redhat.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200523071224.1716837-2-sam@ravnborg.org
drivers/gpu/drm/drm_vblank.c