Thread (3 messages) 3 messages, 2 authors, 2015-10-26

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

From: Javier Martinez Canillas <hidden>
Date: 2015-10-09 14:00:04
Also in: lkml

Hello Dmitry,

On 09/11/2015 03:35 AM, Javier Martinez Canillas wrote:
quoted hunk ↗ jump to hunk
Remove the unneded semicolon since it is clearly a typo error.

Signed-off-by: Javier Martinez Canillas <redacted>

---

 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help