Re: [PATCH 4/4] drm: fb-helper: Convert logging to drm_* functions.

2020-07-10 Thread Sam Ravnborg
On Tue, Jul 07, 2020 at 10:07:21PM +0530, Suraj Upadhyay wrote: > Change logging information from dev_info() to drm_info(). > > Signed-off-by: Suraj Upadhyay Thanks. Applied to drm-misc-next. Also, because there was no more logging functions that needed an update. Sam > --- > drivers

[PATCH 4/4] drm: fb-helper: Convert logging to drm_* functions.

2020-07-08 Thread Suraj Upadhyay
Change logging information from dev_info() to drm_info(). Signed-off-by: Suraj Upadhyay --- drivers/gpu/drm/drm_fb_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c index 5609e164805f..88146f7245c5 10064

Re: [PATCH 4/4] drm: fb-helper: Convert logging to drm_* functions.

2020-07-07 Thread Thomas Zimmermann
Am 07.07.20 um 18:37 schrieb Suraj Upadhyay: > Change logging information from dev_info() to drm_info(). > > Signed-off-by: Suraj Upadhyay Reviewed-by: Thomas Zimmermann > --- > drivers/gpu/drm/drm_fb_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers