Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebddc88e authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl/u300: drop unused variable



The "i" variable was left after the GPIO range cleanup
moved to core.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 3c94d1bb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1173,7 +1173,6 @@ static int __devinit u300_pmx_probe(struct platform_device *pdev)
static int __devexit u300_pmx_remove(struct platform_device *pdev)
{
	struct u300_pmx *upmx = platform_get_drvdata(pdev);
	int i;

	pinctrl_unregister(upmx->pctl);
	iounmap(upmx->virtbase);