pinctrl: fix a minor harmless typo
commitbc66468cee4c23856b2e51d711e62e4ef773001a
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Tue, 22 May 2012 22:20:17 +0000 (23 00:20 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 4 Jun 2012 07:52:52 +0000 (4 09:52 +0200)
tree5d57773a8b514c24ad5af3fa6e1003cdd4552c4f
parent1253585d7cb12a365e9effaf2f0c7991d2404996
pinctrl: fix a minor harmless typo

The way the for_each_maps() macro is currently used, using "i" instead of
"_i_" works and is harmless. Still, this is a bug, that can trigger any
time, if the code around that macro changes. Better fix it now.

Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/core.c