]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7ea04e57f79e4e122bf54a711c911fae01db5e8e
tree1625e4792144984835b23ba6cf54ea17a594caed
parent2856f35d0bc7570f29789b8cac6ba23d2f3b1a91
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