From 57c40f17c22e5552522b513c29e383214ea85aaa Mon Sep 17 00:00:00 2001 From: Samantha Tran Date: Thu, 8 Oct 2020 13:19:23 -0700 Subject: [PATCH] disp: msm: remove usage of DRM_DEBUG_DRIVER_RATELIMITED Commit 7ff6ea0fd384 ("drm/print: Delete a few unused shouting macros") removes the usage of DRM_DEBUG_DRIVER_RATELIMITED. This changes updates the relevant changes to the msm driver, printing through DRM_DEBUG instead. Change-Id: I910f0fe72d045e69dda966249437dcd004790f29 Signed-off-by: Samantha Tran Signed-off-by: Nilaan Gunabalachandran --- msm/msm_atomic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msm/msm_atomic.c b/msm/msm_atomic.c index b87c97300f..1a080b458b 100644 --- a/msm/msm_atomic.c +++ b/msm/msm_atomic.c @@ -614,7 +614,7 @@ static void msm_atomic_commit_dispatch(struct drm_device *dev, if (ret == -EINVAL) DRM_ERROR("failed to dispatch commit to any CRTC\n"); else - DRM_DEBUG_DRIVER_RATELIMITED("empty crtc state\n"); + DRM_DEBUG("empty crtc state\n"); /** * this is not expected to happen, but at this point the state