Thread (3 messages) 3 messages, 3 authors, 2013-11-19
STALE4627d REVIEWED: 3 (3M)

[patch] pinctrl: rockchip: testing the wrong variable

From: heiko@sntech.de (Heiko Stübner)
Date: 2013-11-08 11:44:33
Also in: kernel-janitors

Am Freitag, 8. November 2013, 11:01:38 schrieb Dan Carpenter:
There is a copy and paste bug so we test "info->reg_base" instead of
"info->reg_pull".

Signed-off-by: Dan Carpenter <redacted>
Thanks for the catch

Acked-by: Heiko Stuebner <heiko@sntech.de>
quoted hunk ↗ jump to hunk
---
I can't compile this.
diff --git a/drivers/pinctrl/pinctrl-rockchip.c
b/drivers/pinctrl/pinctrl-rockchip.c index e939c28..fe2ec1b 100644
--- a/drivers/pinctrl/pinctrl-rockchip.c
+++ b/drivers/pinctrl/pinctrl-rockchip.c
@@ -1453,8 +1453,8 @@ static int rockchip_pinctrl_probe(struct
platform_device *pdev) if (ctrl->type == RK3188) {
 		res = platform_get_resource(pdev, IORESOURCE_MEM, 1);
 		info->reg_pull = devm_ioremap_resource(&pdev->dev, res);
-		if (IS_ERR(info->reg_base))
-			return PTR_ERR(info->reg_base);
+		if (IS_ERR(info->reg_pull))
+			return PTR_ERR(info->reg_pull);
 	}

 	ret = rockchip_gpiolib_register(pdev, info);
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help