Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1255753 > unrolled thread

Re: [PATCH] Input: snvs_pwrkey - remove duplicated semicolon

Started byDmitry Torokhov <dmitry.torokhov@gmail.com>
First post2015-10-26 09:50 +0100
Last post2015-10-26 09:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] Input: snvs_pwrkey - remove duplicated semicolon Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-10-26 09:50 +0100

#1255753 — Re: [PATCH] Input: snvs_pwrkey - remove duplicated semicolon

FromDmitry Torokhov <dmitry.torokhov@gmail.com>
Date2015-10-26 09:50 +0100
SubjectRe: [PATCH] Input: snvs_pwrkey - remove duplicated semicolon
Message-ID<qnLDz-60G-19@gated-at.bofh.it>
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web