linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Javier Martinez Canillas <javier@osg.samsung.com>
Cc: linux-kernel@vger.kernel.org, Robin Gong <b38343@freescale.com>,
	Shawn Guo <shawnguo@kernel.org>,
	linux-input@vger.kernel.org, Frank Li <Frank.Li@freescale.com>
Subject: Re: [PATCH] Input: snvs_pwrkey - remove duplicated semicolon
Date: Mon, 26 Oct 2015 01:46:51 -0700	[thread overview]
Message-ID: <20151026084651.GD13056@localhost> (raw)
In-Reply-To: <1441935339-8257-1-git-send-email-javier@osg.samsung.com>

On Fri, Sep 11, 2015 at 03:35:39AM +0200, Javier Martinez Canillas wrote:
> Remove the unneded semicolon since it is clearly a typo error.
> 
> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
> 

Applied, thank you.

> ---
> 
>  drivers/input/keyboard/snvs_pwrkey.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/keyboard/snvs_pwrkey.c b/drivers/input/keyboard/snvs_pwrkey.c
> index 78fd24ca3813..a4db65d67e1b 100644
> --- a/drivers/input/keyboard/snvs_pwrkey.c
> +++ b/drivers/input/keyboard/snvs_pwrkey.c
> @@ -110,7 +110,7 @@ static int imx_snvs_pwrkey_probe(struct platform_device *pdev)
>  	if (!pdata)
>  		return -ENOMEM;
>  
> -	pdata->snvs = syscon_regmap_lookup_by_phandle(np, "regmap");;
> +	pdata->snvs = syscon_regmap_lookup_by_phandle(np, "regmap");
>  
>  	if (!pdata->snvs) {
>  		dev_err(&pdev->dev, "Can't get snvs syscon\n");
> -- 
> 2.4.3
> 

-- 
Dmitry

      parent reply	other threads:[~2015-10-26  8:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-11  1:35 [PATCH] Input: snvs_pwrkey - remove duplicated semicolon Javier Martinez Canillas
2015-10-09 13:59 ` Javier Martinez Canillas
2015-10-26  8:46 ` Dmitry Torokhov [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=20151026084651.GD13056@localhost \
    --to=dmitry.torokhov@gmail.com \
    --cc=Frank.Li@freescale.com \
    --cc=b38343@freescale.com \
    --cc=javier@osg.samsung.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shawnguo@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).