From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Alex Deucher <alexdeucher@gmail.com>
Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>,
Maling list - DRI developers <dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH] drm/dp: add missing ')' to I2C nack debug message
Date: Wed, 1 Aug 2018 10:01:47 -0700 [thread overview]
Message-ID: <20180801170147.GU14046@intel.com> (raw)
In-Reply-To: <CADnq5_OZ07O4nJKm0g1DZa3+su7_9Ea5a1qAy5N9izfDdfOhkg@mail.gmail.com>
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
prev parent reply other threads:[~2018-08-01 17:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180801170147.GU14046@intel.com \
--to=rodrigo.vivi@intel.com \
--cc=alexdeucher@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=paulo.r.zanoni@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox