Skip to content

Commit

Permalink
pinctrl/u300: drop unused variable
Browse files Browse the repository at this point in the history
The "i" variable was left after the GPIO range cleanup
moved to core.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Jul 3, 2012
1 parent 3c94d1b commit ebddc88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pinctrl/pinctrl-u300.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ebddc88

Please sign in to comment.