提交 ebddc88e 编写于 作者: L Linus Walleij

pinctrl/u300: drop unused variable

The "i" variable was left after the GPIO range cleanup
moved to core.
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 3c94d1bb
无相关合并请求
...@@ -1173,7 +1173,6 @@ static int __devinit u300_pmx_probe(struct platform_device *pdev) ...@@ -1173,7 +1173,6 @@ static int __devinit u300_pmx_probe(struct platform_device *pdev)
static int __devexit u300_pmx_remove(struct platform_device *pdev) static int __devexit u300_pmx_remove(struct platform_device *pdev)
{ {
struct u300_pmx *upmx = platform_get_drvdata(pdev); struct u300_pmx *upmx = platform_get_drvdata(pdev);
int i;
pinctrl_unregister(upmx->pctl); pinctrl_unregister(upmx->pctl);
iounmap(upmx->virtbase); iounmap(upmx->virtbase);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部