[PATCH] drm/connector: Add \n to message about demoting connector force-probes

Douglas Anderson posted 1 patch 1 year, 7 months ago
drivers/gpu/drm/drm_connector.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] drm/connector: Add \n to message about demoting connector force-probes
Posted by Douglas Anderson 1 year, 7 months ago
The debug print clearly lacks a \n at the end. Add it.

Fixes: 8f86c82aba8b ("drm/connector: demote connector force-probes for non-master clients")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 drivers/gpu/drm/drm_connector.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c
index b0516505f7ae..4d2df7f64dc5 100644
--- a/drivers/gpu/drm/drm_connector.c
+++ b/drivers/gpu/drm/drm_connector.c
@@ -2940,7 +2940,7 @@ int drm_mode_getconnector(struct drm_device *dev, void *data,
 						     dev->mode_config.max_width,
 						     dev->mode_config.max_height);
 		else
-			drm_dbg_kms(dev, "User-space requested a forced probe on [CONNECTOR:%d:%s] but is not the DRM master, demoting to read-only probe",
+			drm_dbg_kms(dev, "User-space requested a forced probe on [CONNECTOR:%d:%s] but is not the DRM master, demoting to read-only probe\n",
 				    connector->base.id, connector->name);
 	}
 
-- 
2.45.0.rc1.225.g2a3ae87e7f-goog
Re: [PATCH] drm/connector: Add \n to message about demoting connector force-probes
Posted by Doug Anderson 1 year, 7 months ago
Hi,

On Thu, May 2, 2024 at 3:33 PM Douglas Anderson <dianders@chromium.org> wrote:
>
> The debug print clearly lacks a \n at the end. Add it.
>
> Fixes: 8f86c82aba8b ("drm/connector: demote connector force-probes for non-master clients")
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
>
>  drivers/gpu/drm/drm_connector.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Pushed to drm-misc-fixes:

6897204ea3df drm/connector: Add \n to message about demoting connector
force-probes
Re: [PATCH] drm/connector: Add \n to message about demoting connector force-probes
Posted by Simon Ser 1 year, 7 months ago
Reviewed-by: Simon Ser <contact@emersion.fr>
Re: [PATCH] drm/connector: Add \n to message about demoting connector force-probes
Posted by Dmitry Baryshkov 1 year, 7 months ago
On Thu, May 02, 2024 at 03:32:35PM -0700, Douglas Anderson wrote:
> The debug print clearly lacks a \n at the end. Add it.
> 
> Fixes: 8f86c82aba8b ("drm/connector: demote connector force-probes for non-master clients")
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
> 
>  drivers/gpu/drm/drm_connector.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>


-- 
With best wishes
Dmitry
Re: [PATCH] drm/connector: Add \n to message about demoting connector force-probes
Posted by Abhinav Kumar 1 year, 7 months ago

On 5/2/2024 3:32 PM, Douglas Anderson wrote:
> The debug print clearly lacks a \n at the end. Add it.
> 
> Fixes: 8f86c82aba8b ("drm/connector: demote connector force-probes for non-master clients")
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
> 
>   drivers/gpu/drm/drm_connector.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>