]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/print: Kill ___drm_dbg()
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 16 May 2024 16:00:15 +0000 (18:00 +0200)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 6 Jun 2024 18:45:48 +0000 (14:45 -0400)
commit0d5edcc60abe9a02501f01e032bfa2432c1364de
treebc8a84ea64d1838a16ebe3df4fabcd9944ac10c1
parent0d11307022978f1f395da587285c06c9cea47288
drm/print: Kill ___drm_dbg()

There is no point in maintaining a separate print function, while
there is __drm_dev_dbg() function that can work with a NULL device.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240516160015.2260-1-michal.wajdeczko@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/drm_print.c
include/drm/drm_print.h