From a25b6b273f7039da72e41f78dc6e9d64b4592e68 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Sat, 15 Aug 2020 14:54:06 +0200 Subject: [PATCH] drm/panel: Use dev_ based logging MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Standardize on the dev_ based logging and drop the include of drm_print.h. Fix a few cases where "x@" was used when printing the mode. Signed-off-by: Sam Ravnborg Reviewed-by: Guido Günther Cc: Jerry Han Cc: Thierry Reding Cc: Sam Ravnborg Cc: Icenowy Zheng Cc: Jagan Teki Cc: Linus Walleij Cc: Guido Günther Cc: Laurent Pinchart Link: https://patchwork.freedesktop.org/patch/msgid/20200815125406.1153224-6-sam@ravnborg.org --- drivers/gpu/drm/panel/panel-boe-himax8279d.c | 44 ++++------ drivers/gpu/drm/panel/panel-elida-kd35t133.c | 51 +++++------- .../gpu/drm/panel/panel-feixin-k101-im2ba02.c | 19 ++--- .../drm/panel/panel-feiyang-fy07024di26a30d.c | 21 +++-- drivers/gpu/drm/panel/panel-ilitek-ili9322.c | 3 +- drivers/gpu/drm/panel/panel-innolux-p079zca.c | 31 +++---- .../drm/panel/panel-kingdisplay-kd097d04.c | 33 +++----- drivers/gpu/drm/panel/panel-novatek-nt35510.c | 40 ++++----- .../gpu/drm/panel/panel-orisetech-otm8009a.c | 13 ++- drivers/gpu/drm/panel/panel-ronbo-rb070d30.c | 16 ++-- drivers/gpu/drm/panel/panel-sony-acx424akp.c | 81 +++++++------------ drivers/gpu/drm/panel/panel-tpo-tpg110.c | 38 ++++----- drivers/gpu/drm/panel/panel-truly-nt35597.c | 63 +++++---------- .../gpu/drm/panel/panel-visionox-rm69299.c | 41 +++------- .../gpu/drm/panel/panel-xinpeng-xpp055c272.c | 51 +++++------- 15 files changed, 200 insertions(+), 345 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-boe-himax8279d.c b/drivers/gpu/drm/panel/panel-boe-himax8279d.c index d676b4c2a8fa4..42854bd37fd5b 100644 --- a/drivers/gpu/drm/panel/panel-boe-himax8279d.c +++ b/drivers/gpu/drm/panel/panel-boe-himax8279d.c @@ -19,7 +19,6 @@ #include #include #include -#include #include