All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/dp: add missing ')' to I2C nack debug message
@ 2018-07-27 20:33 Paulo Zanoni
  2018-07-27 20:38 ` Alex Deucher
  0 siblings, 1 reply; 3+ messages in thread
From: Paulo Zanoni @ 2018-07-27 20:33 UTC (permalink / raw)
  To: dri-devel; +Cc: Paulo Zanoni

 "(an unmatched left parenthesis
  creates an unresolved tension
  that will stay with you all day."
               -- Randall Munroe

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
---
 drivers/gpu/drm/drm_dp_helper.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c
index 0cccbcb2d03e..8c6b9fd89f8a 100644
--- a/drivers/gpu/drm/drm_dp_helper.c
+++ b/drivers/gpu/drm/drm_dp_helper.c
@@ -850,7 +850,8 @@ static int drm_dp_i2c_do_msg(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
 			return ret;
 
 		case DP_AUX_I2C_REPLY_NACK:
-			DRM_DEBUG_KMS("I2C nack (result=%d, size=%zu\n", ret, msg->size);
+			DRM_DEBUG_KMS("I2C nack (result=%d, size=%zu)\n",
+				      ret, msg->size);
 			aux->i2c_nack_count++;
 			return -EREMOTEIO;
 
-- 
2.14.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/dp: add missing ')' to I2C nack debug message
  2018-07-27 20:33 [PATCH] drm/dp: add missing ')' to I2C nack debug message Paulo Zanoni
@ 2018-07-27 20:38 ` Alex Deucher
  2018-08-01 17:01   ` Rodrigo Vivi
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Deucher @ 2018-07-27 20:38 UTC (permalink / raw)
  To: Paulo Zanoni; +Cc: Maling list - DRI developers

On Fri, Jul 27, 2018 at 4:33 PM, Paulo Zanoni <paulo.r.zanoni@intel.com> wrote:
>  "(an unmatched left parenthesis
>   creates an unresolved tension
>   that will stay with you all day."
>                -- Randall Munroe
>
> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  drivers/gpu/drm/drm_dp_helper.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c
> index 0cccbcb2d03e..8c6b9fd89f8a 100644
> --- a/drivers/gpu/drm/drm_dp_helper.c
> +++ b/drivers/gpu/drm/drm_dp_helper.c
> @@ -850,7 +850,8 @@ static int drm_dp_i2c_do_msg(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
>                         return ret;
>
>                 case DP_AUX_I2C_REPLY_NACK:
> -                       DRM_DEBUG_KMS("I2C nack (result=%d, size=%zu\n", ret, msg->size);
> +                       DRM_DEBUG_KMS("I2C nack (result=%d, size=%zu)\n",
> +                                     ret, msg->size);
>                         aux->i2c_nack_count++;
>                         return -EREMOTEIO;
>
> --
> 2.14.4
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
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/dp: add missing ')' to I2C nack debug message
  2018-07-27 20:38 ` Alex Deucher
@ 2018-08-01 17:01   ` Rodrigo Vivi
  0 siblings, 0 replies; 3+ messages in thread
From: Rodrigo Vivi @ 2018-08-01 17:01 UTC (permalink / raw)
  To: Alex Deucher; +Cc: Paulo Zanoni, Maling list - DRI developers

On Fri, Jul 27, 2018 at 04:38:29PM -0400, Alex Deucher wrote:
> On Fri, Jul 27, 2018 at 4:33 PM, Paulo Zanoni <paulo.r.zanoni@intel.com> wrote:
> >  "(an unmatched left parenthesis
> >   creates an unresolved tension
> >   that will stay with you all day."
> >                -- Randall Munroe
> >
> > Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
> 
> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

pushed to drm-misc-next, thanks.

> 
> > ---
> >  drivers/gpu/drm/drm_dp_helper.c | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c
> > index 0cccbcb2d03e..8c6b9fd89f8a 100644
> > --- a/drivers/gpu/drm/drm_dp_helper.c
> > +++ b/drivers/gpu/drm/drm_dp_helper.c
> > @@ -850,7 +850,8 @@ static int drm_dp_i2c_do_msg(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
> >                         return ret;
> >
> >                 case DP_AUX_I2C_REPLY_NACK:
> > -                       DRM_DEBUG_KMS("I2C nack (result=%d, size=%zu\n", ret, msg->size);
> > +                       DRM_DEBUG_KMS("I2C nack (result=%d, size=%zu)\n",
> > +                                     ret, msg->size);
> >                         aux->i2c_nack_count++;
> >                         return -EREMOTEIO;
> >
> > --
> > 2.14.4
> >
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/dri-devel
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
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:[~2018-08-01 17:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-27 20:33 [PATCH] drm/dp: add missing ')' to I2C nack debug message Paulo Zanoni
2018-07-27 20:38 ` Alex Deucher
2018-08-01 17:01   ` Rodrigo Vivi

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.