All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/bridge: sii902x: Add missing \n to the end of some dev_err messages
@ 2017-04-11  2:22 ` Liu Ying
  2017-04-13  8:20   ` Andrzej Hajda
  0 siblings, 1 reply; 3+ messages in thread
From: Liu Ying @ 2017-04-11  2:22 UTC (permalink / raw)
  To: dri-devel

Trivial fix.
Some dev_err messages in this driver are missing \n, so add them.

Signed-off-by: Liu Ying <gnuiyl@gmail.com>
---
 drivers/gpu/drm/bridge/sii902x.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/bridge/sii902x.c b/drivers/gpu/drm/bridge/sii902x.c
index 9126d03..9b87067 100644
--- a/drivers/gpu/drm/bridge/sii902x.c
+++ b/drivers/gpu/drm/bridge/sii902x.c
@@ -160,7 +160,7 @@ static int sii902x_get_modes(struct drm_connector *connector)
 		 time_before(jiffies, timeout));
 
 	if (!(status & SII902X_SYS_CTRL_DDC_BUS_GRTD)) {
-		dev_err(&sii902x->i2c->dev, "failed to acquire the i2c bus");
+		dev_err(&sii902x->i2c->dev, "failed to acquire the i2c bus\n");
 		return -ETIMEDOUT;
 	}
 
@@ -202,7 +202,7 @@ static int sii902x_get_modes(struct drm_connector *connector)
 
 	if (status & (SII902X_SYS_CTRL_DDC_BUS_REQ |
 		      SII902X_SYS_CTRL_DDC_BUS_GRTD)) {
-		dev_err(&sii902x->i2c->dev, "failed to release the i2c bus");
+		dev_err(&sii902x->i2c->dev, "failed to release the i2c bus\n");
 		return -ETIMEDOUT;
 	}
 
@@ -298,7 +298,7 @@ static int sii902x_bridge_attach(struct drm_bridge *bridge)
 
 	if (!drm_core_check_feature(drm, DRIVER_ATOMIC)) {
 		dev_err(&sii902x->i2c->dev,
-			"sii902x driver is only compatible with DRM devices supporting atomic updates");
+			"sii902x driver is only compatible with DRM devices supporting atomic updates\n");
 		return -ENOTSUPP;
 	}
 
-- 
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/bridge: sii902x: Add missing \n to the end of some dev_err messages
  2017-04-11  2:22 ` [PATCH] drm/bridge: sii902x: Add missing \n to the end of some dev_err messages Liu Ying
@ 2017-04-13  8:20   ` Andrzej Hajda
  2017-04-13  9:59     ` Andrzej Hajda
  0 siblings, 1 reply; 3+ messages in thread
From: Andrzej Hajda @ 2017-04-13  8:20 UTC (permalink / raw)
  To: Liu Ying, dri-devel

On 11.04.2017 04:22, Liu Ying wrote:
> Trivial fix.
> Some dev_err messages in this driver are missing \n, so add them.
>
> Signed-off-by: Liu Ying <gnuiyl@gmail.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>

 --
Regards
Andrzej
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/bridge: sii902x: Add missing \n to the end of some dev_err messages
  2017-04-13  8:20   ` Andrzej Hajda
@ 2017-04-13  9:59     ` Andrzej Hajda
  0 siblings, 0 replies; 3+ messages in thread
From: Andrzej Hajda @ 2017-04-13  9:59 UTC (permalink / raw)
  To: Liu Ying, dri-devel

On 13.04.2017 10:20, Andrzej Hajda wrote:
> On 11.04.2017 04:22, Liu Ying wrote:
>> Trivial fix.
>> Some dev_err messages in this driver are missing \n, so add them.
>>
>> Signed-off-by: Liu Ying <gnuiyl@gmail.com>
> Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
>
>  --
> Regards
> Andrzej

Queued to drm-misc-next.

--
Regards
Andrzej

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-13  9:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170411065620epcas5p293b62457328c55c5fdec9e078d1a5f70@epcas5p2.samsung.com>
2017-04-11  2:22 ` [PATCH] drm/bridge: sii902x: Add missing \n to the end of some dev_err messages Liu Ying
2017-04-13  8:20   ` Andrzej Hajda
2017-04-13  9:59     ` Andrzej Hajda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.