* [PATCH] Input: snvs_pwrkey - remove duplicated semicolon
@ 2015-09-11 1:35 Javier Martinez Canillas
2015-10-09 13:59 ` Javier Martinez Canillas
2015-10-26 8:46 ` Dmitry Torokhov
0 siblings, 2 replies; 3+ messages in thread
From: Javier Martinez Canillas @ 2015-09-11 1:35 UTC (permalink / raw)
To: linux-kernel
Cc: Javier Martinez Canillas, Robin Gong, Dmitry Torokhov, Shawn Guo,
linux-input, Frank Li
Remove the unneded semicolon since it is clearly a typo error.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Input: snvs_pwrkey - remove duplicated semicolon
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
1 sibling, 0 replies; 3+ messages in thread
From: Javier Martinez Canillas @ 2015-10-09 13:59 UTC (permalink / raw)
To: Dmitry Torokhov
Cc: linux-kernel, Robin Gong, Shawn Guo, linux-input, Frank Li
Hello Dmitry,
On 09/11/2015 03:35 AM, 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>
>
> ---
>
> 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");
>
Any comments about this patch?
Best regards,
--
Javier Martinez Canillas
Open Source Group
Samsung Research America
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Input: snvs_pwrkey - remove duplicated semicolon
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
1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2015-10-26 8:46 UTC (permalink / raw)
To: Javier Martinez Canillas
Cc: linux-kernel, Robin Gong, Shawn Guo, linux-input, Frank Li
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-26 8:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).