From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH] pinctl: sh-pfc: r8a7790: Fix vsync value in the vin3_sync_mux array
Date: Thu, 26 Dec 2013 14:15:44 +0000 [thread overview]
Message-ID: <1875201.Ssrh3mNrfs@avalon> (raw)
In-Reply-To: <1387830508-10710-1-git-send-email-valentine.barshak@cogentembedded.com>
Hi Valentine,
Thank you for the patch.
On Tuesday 24 December 2013 00:28:28 Valentine Barshak wrote:
> This fixes a typo in the vin3_sync_mux array (s/VI2/VI3/).
>
> Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
and applied to my tree.
> ---
> drivers/pinctrl/sh-pfc/pfc-r8a7790.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7790.c
> b/drivers/pinctrl/sh-pfc/pfc-r8a7790.c index 293a51a..01236c5 100644
> --- a/drivers/pinctrl/sh-pfc/pfc-r8a7790.c
> +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7790.c
> @@ -3564,7 +3564,7 @@ static const unsigned int vin3_sync_pins[] = {
> };
> static const unsigned int vin3_sync_mux[] = {
> VI3_HSYNC_N_MARK,
> - VI2_VSYNC_N_MARK,
> + VI3_VSYNC_N_MARK,
> };
> static const unsigned int vin3_field_pins[] = {
> RCAR_GP_PIN(1, 15),
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2013-12-26 14:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-23 20:28 [PATCH] pinctl: sh-pfc: r8a7790: Fix vsync value in the vin3_sync_mux array Valentine Barshak
2013-12-26 14:15 ` Laurent Pinchart [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=1875201.Ssrh3mNrfs@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-sh@vger.kernel.org \
/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 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.